Explorar el Código

removed test line.

Qiang Xue hace 12 años
padre
commit
f026d360de
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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');
 	}