summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-02-07 20:01:40 +0000
committerErmal <eri@pfsense.org>2012-02-07 20:01:40 +0000
commit5c0d5003b32b3cd5b0e83804e150eb499bebca01 (patch)
tree70edb08744b3222ae5d877ebf749ade9812808f2 /usr
parent67e73dcd0663222e2d9c803e50a4a15104f8bc08 (diff)
downloadpfsense-5c0d5003b32b3cd5b0e83804e150eb499bebca01.zip
pfsense-5c0d5003b32b3cd5b0e83804e150eb499bebca01.tar.gz
Correct field name
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/services_captiveportal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index b1e9a6a..d050b7e 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -274,7 +274,7 @@ if ($_POST) {
if (isset($_POST['radiusip']))
$newcp['radiusip'] = $_POST['radiusip'];
else
- unset($newcp['radiusip3']);
+ unset($newcp['radiusip']);
if (isset($_POST['radiusip2']))
$newcp['radiusip2'] = $_POST['radiusip2'];
else
OpenPOWER on IntegriCloud