Qiang Xue 12 年 前
コミット
7e6ed22ec6
1 ファイル変更1 行追加0 行削除
  1. 1 0
      controllers/SiteController.php

+ 1 - 0
controllers/SiteController.php

@@ -20,6 +20,7 @@ class SiteController extends Controller
 
 	public function actionIndex()
 	{
+		Yii::$app->end(0, false);
 		echo $this->render('index');
 	}