caipin hace 7 años
padre
commit
c42314eb47
Se han modificado 2 ficheros con 5211 adiciones y 4747 borrados
  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') : ""; 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 5210 - 4746
protected/controller/MainController.php