@@ -11,6 +11,7 @@ class MainController extends PublicController{
public function actionIndex()
{
+ echo 'abc';
echo token::create(1152);die;
$host = Yii::$app->request->getHostInfo();
return $this->renderPartial('index',['host'=>$host]);