mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 01:37:02 +02: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) {
|
||||
$ok = $this->checkLoginAgainstLDAP($query->row, $password); }
|
||||
$ok = $this->checkLoginAgainstLDAP($query->row, $password);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user