caipin 7 년 전
부모
커밋
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