caipin %!s(int64=8) %!d(string=hai) anos
pai
achega
c42314eb47
Modificáronse 2 ficheiros con 5211 adicións e 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') : ""; 

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 5210 - 4746
protected/controller/MainController.php