summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dnsmasq_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_dnsmasq_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_dnsmasq_edit.php')
-rwxr-xr-xusr/local/www/services_dnsmasq_edit.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/services_dnsmasq_edit.php b/usr/local/www/services_dnsmasq_edit.php
index e50ac7f..e38f977 100755
--- a/usr/local/www/services_dnsmasq_edit.php
+++ b/usr/local/www/services_dnsmasq_edit.php
@@ -39,8 +39,6 @@
##|*MATCH=services_dnsmasq_edit.php*
##|-PRIV
-$shortcut_section = "resolver";
-
function hostcmp($a, $b) {
return strcasecmp($a['host'], $b['host']);
}
@@ -166,6 +164,7 @@ if ($_POST) {
}
$pgtitle = array(gettext("Services"),gettext("DNS forwarder"),gettext("Edit host"));
+$shortcut_section = "resolver";
include("head.inc");
?>
OpenPOWER on IntegriCloud