瀏覽代碼

Response WIP

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');
 	}