소스 검색

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