From 6b07c15ad870f24e783a23c4a64fbb73958543ad Mon Sep 17 00:00:00 2001 From: Matthew Grooms Date: Fri, 1 Aug 2008 06:30:34 +0000 Subject: Rewrite the pfsense privilege system with the following goals in mind ... 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages --- usr/local/www/services_proxyarp.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'usr/local/www/services_proxyarp.php') diff --git a/usr/local/www/services_proxyarp.php b/usr/local/www/services_proxyarp.php index 601f086..11b02bc 100755 --- a/usr/local/www/services_proxyarp.php +++ b/usr/local/www/services_proxyarp.php @@ -31,6 +31,14 @@ POSSIBILITY OF SUCH DAMAGE. */ +##|+PRIV +##|*IDENT=page-services-proxyarp +##|*NAME=Services: Proxy ARP page +##|*DESCR=Allow access to the 'Services: Proxy ARP' page. +##|*MATCH=services_proxyarp.php* +##|-PRIV + + require("guiconfig.inc"); if (!is_array($config['proxyarp']['proxyarpnet'])) { -- cgit v1.1