diff --git a/controllers/SiteController.php b/controllers/SiteController.php index ff3b8b4..9d1922b 100644 --- a/controllers/SiteController.php +++ b/controllers/SiteController.php @@ -20,6 +20,7 @@ class SiteController extends Controller public function actionIndex() { + Yii::$app->end(0, false); echo $this->render('index'); }