summaryrefslogtreecommitdiffstats
path: root/usr/local/captiveportal/radius_authentication.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-12-11 17:17:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-12-11 17:17:10 +0000
commita90f3528a2871b36fb6b1e02e79ee19004a8fb52 (patch)
tree7f91aca0f0acb6044da7019f29df3c60ca3dc341 /usr/local/captiveportal/radius_authentication.inc
parentbba1c4ec796524cc34648b2eb0ce42591d3c8042 (diff)
downloadpfsense-a90f3528a2871b36fb6b1e02e79ee19004a8fb52.zip
pfsense-a90f3528a2871b36fb6b1e02e79ee19004a8fb52.tar.gz
Silence Eclipse warnings
Diffstat (limited to 'usr/local/captiveportal/radius_authentication.inc')
-rw-r--r--usr/local/captiveportal/radius_authentication.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/captiveportal/radius_authentication.inc b/usr/local/captiveportal/radius_authentication.inc
index f826c20..07ef50d 100644
--- a/usr/local/captiveportal/radius_authentication.inc
+++ b/usr/local/captiveportal/radius_authentication.inc
@@ -44,7 +44,7 @@ RADIUS AUTHENTICATION
function RADIUS_AUTHENTICATION($username,$password,$radiusservers,$clientip,$clientmac,$ruleno) {
- global $config;
+ global $config, $debug;
$retvalue = array();
$nas_mac = mac_format(get_interface_mac($config['interfaces']['wan']['if']));
OpenPOWER on IntegriCloud