Parcourir la source

removed test line.

Qiang Xue il y a 12 ans
Parent
commit
f026d360de
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      controllers/SiteController.php

+ 0 - 1
controllers/SiteController.php

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