summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_zones_edit.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-08-10 13:32:16 -0400
committerjim-p <jimp@pfsense.org>2012-08-10 13:32:16 -0400
commitb32dd0a6b7b358f882a3fe12c94beec5ba209e67 (patch)
tree24bf0ce14b893c5a69daa87fdc931cda450628f8 /usr/local/www/services_captiveportal_zones_edit.php
parent9990b70c5d7a440a0bbc3fac3461d7d8dc3f9a40 (diff)
downloadpfsense-b32dd0a6b7b358f882a3fe12c94beec5ba209e67.zip
pfsense-b32dd0a6b7b358f882a3fe12c94beec5ba209e67.tar.gz
Activate new shortcuts/status in the rest of the areas that are currently setup.
Diffstat (limited to 'usr/local/www/services_captiveportal_zones_edit.php')
-rw-r--r--usr/local/www/services_captiveportal_zones_edit.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/local/www/services_captiveportal_zones_edit.php b/usr/local/www/services_captiveportal_zones_edit.php
index 7fe16ee..3c2d759 100644
--- a/usr/local/www/services_captiveportal_zones_edit.php
+++ b/usr/local/www/services_captiveportal_zones_edit.php
@@ -36,9 +36,6 @@
##|*MATCH=services_captiveportal_zones_edit.php*
##|-PRIV
-$statusurl = "status_captiveportal_zones_edit.php";
-$logurl = "diag_logs_auth.php";
-
require("guiconfig.inc");
require("functions.inc");
require("filter.inc");
@@ -46,6 +43,7 @@ require("shaper.inc");
require("captiveportal.inc");
$pgtitle = array(gettext("Services"),gettext("Captive portal"),gettext("Edit Zones"));
+$shortcut_section = "captiveportal";
if (!is_array($config['captiveportal']))
$config['captiveportal'] = array();
OpenPOWER on IntegriCloud