caipin 7 jaren geleden
bovenliggende
commit
c42314eb47
2 gewijzigde bestanden met toevoegingen van 5211 en 4747 verwijderingen
  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') : ""; 

File diff suppressed because it is too large
+ 5210 - 4746
protected/controller/MainController.php