summaryrefslogtreecommitdiffstats
path: root/usr/local/www/easyrule.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2014-02-07 11:55:48 -0500
committerjim-p <jimp@pfsense.org>2014-02-07 11:55:48 -0500
commit949735aab99e95b981954a1433daa1d4922d4e1c (patch)
tree0c237dc96d4cc704aee4f155fac6d5911182c894 /usr/local/www/easyrule.php
parentb7ef3d173f013dd45ec0a60f1526bbe1358502e0 (diff)
downloadpfsense-949735aab99e95b981954a1433daa1d4922d4e1c.zip
pfsense-949735aab99e95b981954a1433daa1d4922d4e1c.tar.gz
Add specific permission for easyrule.
Diffstat (limited to 'usr/local/www/easyrule.php')
-rw-r--r--usr/local/www/easyrule.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/usr/local/www/easyrule.php b/usr/local/www/easyrule.php
index 87c6a64..961173d 100644
--- a/usr/local/www/easyrule.php
+++ b/usr/local/www/easyrule.php
@@ -31,7 +31,14 @@
pfSense_MODULE: filter
*/
-$pgtitle = gettext("Status : EasyRule");
+##|+PRIV
+##|*IDENT=page-firewall-easyrule
+##|*NAME=Firewall: Easy Rule add/status page
+##|*DESCR=Allow access to the 'Firewall: Easy Rule' add/status page.
+##|*MATCH=easyrule.php*
+##|-PRIV
+
+$pgtitle = gettext("Firewall: EasyRule");
require_once("guiconfig.inc");
require_once("easyrule.inc");
require_once("filter.inc");
OpenPOWER on IntegriCloud