caipin vor 8 Jahren
Ursprung
Commit
c42314eb47
2 geänderte Dateien mit 5211 neuen und 4747 gelöschten Zeilen
  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() {
 	function adlogin() {
 		
 		
-		$this->get_args('passwork') ? $this->get_args('passwork') : "";
+		
 		
 		
 		$passwork = $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') : ""; 
 		$uid = $this->get_args('user') ? $this->get_args('user') : ""; 

Datei-Diff unterdrückt, da er zu groß ist
+ 5210 - 4746
protected/controller/MainController.php