summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dnsmasq.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-08-10 11:48:09 -0400
committerjim-p <jimp@pfsense.org>2012-08-10 11:48:09 -0400
commit76692ad2a13c455128d9f51d78c5f0d2062d4267 (patch)
tree8ebf14d3cd0e2d8e68614b9d49b273e245d47b88 /usr/local/www/services_dnsmasq.php
parentb1460af34a50e85a055f228ba281307c80e3cd78 (diff)
downloadpfsense-76692ad2a13c455128d9f51d78c5f0d2062d4267.zip
pfsense-76692ad2a13c455128d9f51d78c5f0d2062d4267.tar.gz
Start revamp of shortcuts, central file to hold links, also service status/control, added to dns forwarder as example.
Diffstat (limited to 'usr/local/www/services_dnsmasq.php')
-rwxr-xr-xusr/local/www/services_dnsmasq.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/services_dnsmasq.php b/usr/local/www/services_dnsmasq.php
index 736be45..e4f1f5b 100755
--- a/usr/local/www/services_dnsmasq.php
+++ b/usr/local/www/services_dnsmasq.php
@@ -44,6 +44,8 @@ require_once("functions.inc");
require_once("filter.inc");
require_once("shaper.inc");
+$shortcut_section = "resolver";
+
$pconfig['enable'] = isset($config['dnsmasq']['enable']);
$pconfig['regdhcp'] = isset($config['dnsmasq']['regdhcp']);
$pconfig['regdhcpstatic'] = isset($config['dnsmasq']['regdhcpstatic']);
OpenPOWER on IntegriCloud