caipin 8 rokov pred
rodič
commit
c42314eb47

+ 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') : ""; 

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 5210 - 4746
protected/controller/MainController.php