mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-07-28 08:05:01 +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) {
|
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