summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-03-08 20:06:45 +0100
committerGitHub <noreply@github.com>2017-03-08 20:06:45 +0100
commit096ae7659b14ab2c6716a98fbf4ab6c306e1f43c (patch)
treed491743539b408f1d91136099f4c951a539ff301 /src
parent394bb9d471ce1d966f8421f84979c1ad86a99ab0 (diff)
downloadpfsense-096ae7659b14ab2c6716a98fbf4ab6c306e1f43c.zip
pfsense-096ae7659b14ab2c6716a98fbf4ab6c306e1f43c.tar.gz
Add missing include
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/system_usermanager_addprivs.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/www/system_usermanager_addprivs.php b/src/usr/local/www/system_usermanager_addprivs.php
index 21b077d..6b90bff 100644
--- a/src/usr/local/www/system_usermanager_addprivs.php
+++ b/src/usr/local/www/system_usermanager_addprivs.php
@@ -33,6 +33,7 @@ function admusercmp($a, $b) {
}
require_once("guiconfig.inc");
+require_once("pfsense-utils.inc");
if (isset($_REQUEST['userid']) && is_numericint($_REQUEST['userid'])) {
$userid = $_REQUEST['userid'];
OpenPOWER on IntegriCloud