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