mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 18:53:49 +00:00
Fix multiple PHP warnings
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
}
|
||||
|
||||
//validate the username and password
|
||||
$auth = new authentication;
|
||||
$auth = new authentication(['settings' => $settings]);
|
||||
$result = $auth->validate();
|
||||
|
||||
//if not authorized
|
||||
|
||||
Reference in New Issue
Block a user