From b32dd0a6b7b358f882a3fe12c94beec5ba209e67 Mon Sep 17 00:00:00 2001 From: jim-p Date: Fri, 10 Aug 2012 13:32:16 -0400 Subject: Activate new shortcuts/status in the rest of the areas that are currently setup. --- usr/local/www/services_captiveportal_hostname.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr/local/www/services_captiveportal_hostname.php') diff --git a/usr/local/www/services_captiveportal_hostname.php b/usr/local/www/services_captiveportal_hostname.php index 9bfa129..e7e2cd1 100755 --- a/usr/local/www/services_captiveportal_hostname.php +++ b/usr/local/www/services_captiveportal_hostname.php @@ -41,9 +41,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"); @@ -64,6 +61,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" && !empty($cpzone)) { $a_allowedhostnames =& $a_cp[$cpzone]['allowedhostname']; -- cgit v1.1