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