summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager_settings_test.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_settings_test.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_settings_test.php')
-rwxr-xr-xusr/local/www/system_usermanager_settings_test.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/system_usermanager_settings_test.php b/usr/local/www/system_usermanager_settings_test.php
index 6421488..34fb172 100755
--- a/usr/local/www/system_usermanager_settings_test.php
+++ b/usr/local/www/system_usermanager_settings_test.php
@@ -40,8 +40,6 @@
require("guiconfig.inc");
require_once("auth.inc");
-require("priv.defs.inc");
-require("priv.inc");
$authserver = $_GET['authserver'];
$authcfg = auth_get_authserver($authserver);
OpenPOWER on IntegriCloud