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