Jelajahi Sumber

removed test line.

Qiang Xue 12 tahun lalu
induk
melakukan
f026d360de
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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');
 	}