DengTao 8 жил өмнө
parent
commit
407d4ce5c7

+ 1 - 1
www/protected/controllers/SiteController.php

@@ -80,7 +80,7 @@ class SiteController extends AdminController
 	 * 登录页面
 	 */
 	public function actionLogin()
-	{    phpinfo();exit;
+	{    
 		$model = new LoginForm();
 		if (isset($_POST['LoginForm'])){
 			$model->attributes = $_POST['LoginForm'];