mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: Fixed radius debug mode (#6623)
This commit is contained in:
committed by
Neil Lathwood
parent
fe25e207ab
commit
472d15a639
@@ -13,7 +13,7 @@ function authenticate($username, $password)
|
||||
return 0;
|
||||
} else {
|
||||
if ($debug) {
|
||||
$radius->SetDebugMode(true);
|
||||
$radius->SetDebug(true);
|
||||
}
|
||||
$rad = $radius->AccessRequest($username, $password);
|
||||
if ($rad === true) {
|
||||
|
||||
Reference in New Issue
Block a user