mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-10-28 14:42:27 +01:00 
			
		
		
		
	fixed a typo in model/userr/auth.php
This commit is contained in:
		| @@ -21,7 +21,7 @@ class ModelUserAuth extends Model { | |||||||
|       } |       } | ||||||
|  |  | ||||||
|       if($ok == 0 && strlen($query->row['dn']) > 3) { |       if($ok == 0 && strlen($query->row['dn']) > 3) { | ||||||
|          $ok = $this->checkLoginAgainstLDAP($query->row, $password); } |          $ok = $this->checkLoginAgainstLDAP($query->row, $password); | ||||||
|       } |       } | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user