Skip to content

Commit

Permalink
fix: Fixed radius debug mode (#6623)
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Beytrison authored and laf committed May 10, 2017
1 parent fe25e20 commit 472d15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/includes/authentication/radius.inc.php
Expand Up @@ -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) {
Expand Down

0 comments on commit 472d15a

Please sign in to comment.