mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-09 08:47:34 +01:00
Response WIP
This commit is contained in:
@@ -20,6 +20,7 @@ class SiteController extends Controller
|
||||
|
||||
public function actionIndex()
|
||||
{
|
||||
Yii::$app->end(0, false);
|
||||
echo $this->render('index');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user