Browse Source

Response WIP

Qiang Xue 12 năm trước cách đây
mục cha
commit
7e6ed22ec6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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');
 	}