summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_hostname.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-01-25 17:00:41 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-01-25 17:00:41 -0500
commit1b01056c7da06cd2eca6d291c55661656d26ba88 (patch)
treeb538430d7eff62e7c6f3e9bb4e45f49da7f619f3 /usr/local/www/services_captiveportal_hostname.php
parent96920d07adaaa66c8f6ab4284f63fb4e33f2220c (diff)
downloadpfsense-1b01056c7da06cd2eca6d291c55661656d26ba88.zip
pfsense-1b01056c7da06cd2eca6d291c55661656d26ba88.tar.gz
Redirect to correct page
Diffstat (limited to 'usr/local/www/services_captiveportal_hostname.php')
-rwxr-xr-xusr/local/www/services_captiveportal_hostname.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_captiveportal_hostname.php b/usr/local/www/services_captiveportal_hostname.php
index 0c11378..5d1afaf 100755
--- a/usr/local/www/services_captiveportal_hostname.php
+++ b/usr/local/www/services_captiveportal_hostname.php
@@ -79,7 +79,7 @@ if ($_GET['act'] == "del") {
unset($a_allowedhostnames[$_GET['id']]);
write_config();
- header("Location: services_captiveportal_ip.php");
+ header("Location: services_captiveportal_hostname.php");
exit;
}
}
OpenPOWER on IntegriCloud