diff options
author | jim-p <jimp@pfsense.org> | 2014-02-07 11:55:48 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2014-02-07 11:55:48 -0500 |
commit | 949735aab99e95b981954a1433daa1d4922d4e1c (patch) | |
tree | 0c237dc96d4cc704aee4f155fac6d5911182c894 /usr | |
parent | b7ef3d173f013dd45ec0a60f1526bbe1358502e0 (diff) | |
download | pfsense-949735aab99e95b981954a1433daa1d4922d4e1c.zip pfsense-949735aab99e95b981954a1433daa1d4922d4e1c.tar.gz |
Add specific permission for easyrule.
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/easyrule.php | 9 |
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"); |