summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-07-16 20:27:02 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-07-16 20:27:02 +0000
commitbc48e8208b89c2fef0986f24cf49078cc3f80e2b (patch)
tree9b0d38bc56e43c95e637af741acea0613a226f33 /usr
parent7828fd5be87a4bead7aed74957dce522590c884b (diff)
downloadpfsense-bc48e8208b89c2fef0986f24cf49078cc3f80e2b.zip
pfsense-bc48e8208b89c2fef0986f24cf49078cc3f80e2b.tar.gz
Remove bogus warning.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/captiveportal/index.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/local/captiveportal/index.php b/usr/local/captiveportal/index.php
index c2ff37f..71a2d53 100755
--- a/usr/local/captiveportal/index.php
+++ b/usr/local/captiveportal/index.php
@@ -336,9 +336,6 @@ function portal_allow($clientip,$clientmac,$username,$password = null, $attribut
$clientip,
$clientmac);
- if(!$type)
- log_error("WARNING: \$type has not been set in captiveportal/index.php");
-
if ($acct_val == 1)
captiveportal_logportalauth($username,$clientmac,$clientip,$type,"RADIUS ACCOUNTING FAILED");
}
OpenPOWER on IntegriCloud