summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_ip.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/services_captiveportal_ip.php')
-rwxr-xr-xusr/local/www/services_captiveportal_ip.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/local/www/services_captiveportal_ip.php b/usr/local/www/services_captiveportal_ip.php
index b8e4dc4..573fdc3 100755
--- a/usr/local/www/services_captiveportal_ip.php
+++ b/usr/local/www/services_captiveportal_ip.php
@@ -39,9 +39,6 @@
##|*MATCH=services_captiveportal_ip.php*
##|-PRIV
-$statusurl = "status_captiveportal.php";
-$logurl = "diag_logs_auth.php";
-
require("guiconfig.inc");
require("functions.inc");
require("filter.inc");
@@ -62,6 +59,7 @@ if (!is_array($config['captiveportal']))
$a_cp =& $config['captiveportal'];
$pgtitle = array(gettext("Services"),gettext("Captive portal"), $a_cp[$cpzone]['zone']);
+$shortcut_section = "captiveportal";
if ($_GET['act'] == "del") {
$a_allowedips =& $config['captiveportal'][$cpzone]['allowedip'];
OpenPOWER on IntegriCloud