summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_hostname_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/services_captiveportal_hostname_edit.php')
-rwxr-xr-xusr/local/www/services_captiveportal_hostname_edit.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/local/www/services_captiveportal_hostname_edit.php b/usr/local/www/services_captiveportal_hostname_edit.php
index f67ac6e..a5c6a14 100755
--- a/usr/local/www/services_captiveportal_hostname_edit.php
+++ b/usr/local/www/services_captiveportal_hostname_edit.php
@@ -50,9 +50,6 @@ function allowedhostnames_sort() {
usort($config['captiveportal'][$cpzone]['allowedhostname'],"allowedhostname");
}
-$statusurl = "status_captiveportal.php";
-$logurl = "diag_logs_auth.php";
-
require("guiconfig.inc");
require("functions.inc");
require("filter.inc");
@@ -60,6 +57,7 @@ require("shaper.inc");
require("captiveportal.inc");
$pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit allowed Hostname"));
+$shortcut_section = "captiveportal";
$cpzone = $_GET['zone'];
if (isset($_POST['zone']))
OpenPOWER on IntegriCloud