瀏覽代碼

removed test line.

Qiang Xue 12 年之前
父節點
當前提交
f026d360de
共有 1 個文件被更改,包括 0 次插入1 次删除
  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');
 	}