summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_rfc2136_edit.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2015-11-25 11:31:27 -0500
committerjim-p <jimp@pfsense.org>2015-11-25 11:31:27 -0500
commita57d9fa2139437fd30dedc3c744e15174c7cd3cd (patch)
tree1d1824d52a9e9ef76aa160ee2a79219e2fdfd3e9 /src/usr/local/www/services_rfc2136_edit.php
parent0b8328c54fcbfaec70dfc4710a419daf1be72ee9 (diff)
downloadpfsense-a57d9fa2139437fd30dedc3c744e15174c7cd3cd.zip
pfsense-a57d9fa2139437fd30dedc3c744e15174c7cd3cd.tar.gz
Add some missing privileges to pages
Diffstat (limited to 'src/usr/local/www/services_rfc2136_edit.php')
-rw-r--r--src/usr/local/www/services_rfc2136_edit.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/usr/local/www/services_rfc2136_edit.php b/src/usr/local/www/services_rfc2136_edit.php
index 07e70f9..35264b0 100644
--- a/src/usr/local/www/services_rfc2136_edit.php
+++ b/src/usr/local/www/services_rfc2136_edit.php
@@ -56,6 +56,13 @@
pfSense_MODULE: dnsupdate
*/
+##|+PRIV
+##|*IDENT=page-services-rfc2136edit
+##|*NAME=Services: RFC 2136 Client: Edit page
+##|*DESCR=Allow access to the 'Services: RFC 2136 Client: Edit' page.
+##|*MATCH=services_rfc2136.php*
+##|-PRIV
+
require("guiconfig.inc");
if (!is_array($config['dnsupdates']['dnsupdate'])) {
@@ -153,7 +160,7 @@ if ($_POST) {
}
}
-$pgtitle = array(gettext("Services"), gettext("RFC 2136 client"), gettext("Edit"));
+$pgtitle = array(gettext("Services"), gettext("RFC 2136 Client"), gettext("Edit"));
include("head.inc");
if ($input_errors)
OpenPOWER on IntegriCloud