summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager_addprivs.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-03-15 19:13:20 +0000
committerErmal <eri@pfsense.org>2010-03-15 19:13:20 +0000
commita69c00368108b6e7d9da794de7cc4ff9557a495e (patch)
treedfee20bf6c2329289ddddcf24b92e3ede721671d /usr/local/www/system_usermanager_addprivs.php
parent263080b2cfb6adc81cd19872d58f1f4b6eff8692 (diff)
downloadpfsense-a69c00368108b6e7d9da794de7cc4ff9557a495e.zip
pfsense-a69c00368108b6e7d9da794de7cc4ff9557a495e.tar.gz
Ticket #423. Remove priv.inc/priv.defs.inc from files. They used require() instead of required once so produced errors or redefinitions of functions. These includes are now included on authgui.inc.
Diffstat (limited to 'usr/local/www/system_usermanager_addprivs.php')
-rw-r--r--usr/local/www/system_usermanager_addprivs.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/system_usermanager_addprivs.php b/usr/local/www/system_usermanager_addprivs.php
index 9272121..8f13c55 100644
--- a/usr/local/www/system_usermanager_addprivs.php
+++ b/usr/local/www/system_usermanager_addprivs.php
@@ -52,8 +52,6 @@ function admin_users_sort() {
}
require("guiconfig.inc");
-require("priv.defs.inc");
-require("priv.inc");
$pgtitle = array("System","User manager","Add privileges");
OpenPOWER on IntegriCloud