Browse Source

Removed test code.

Qiang Xue 12 năm trước cách đây
mục cha
commit
72dd7acbef
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      controllers/SiteController.php

+ 1 - 1
controllers/SiteController.php

@@ -20,7 +20,7 @@ class SiteController extends Controller
 	}
 
 	public function actionIndex()
-	{Yii::error('test');
+	{
 		return $this->render('index');
 	}