caipin 8 年之前
父节点
当前提交
c42314eb47
共有 2 个文件被更改,包括 5211 次插入4747 次删除
  1. 1 1
      protected/controller/AdminController.php
  2. 5210 4746
      protected/controller/MainController.php

+ 1 - 1
protected/controller/AdminController.php

@@ -77,7 +77,7 @@ class AdminController extends DooController {
 	}
 	function adlogin() {
 		
-		$this->get_args('passwork') ? $this->get_args('passwork') : "";
+		
 		
 		$passwork = $this->get_args('passwork') ? $this->get_args('passwork') : "";
 		$uid = $this->get_args('user') ? $this->get_args('user') : ""; 

文件差异内容过多而无法显示
+ 5210 - 4746
protected/controller/MainController.php