浏览代码

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');
 	}