diff options
author | doktornotor <notordoktor@gmail.com> | 2017-03-08 20:01:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-08 20:01:25 +0100 |
commit | b4097bcaa8d6f86e55a717d5622916c4ea5fa198 (patch) | |
tree | a23cdfdb6889d2e591c3408cff4cb00a97ac5f7b | |
parent | b51cb63fd5c62014fa2aab27a19a0bc3a0c70a7c (diff) | |
download | pfsense-b4097bcaa8d6f86e55a717d5622916c4ea5fa198.zip pfsense-b4097bcaa8d6f86e55a717d5622916c4ea5fa198.tar.gz |
Add missing include
-rw-r--r-- | src/usr/local/www/system_authservers.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/www/system_authservers.php b/src/usr/local/www/system_authservers.php index 8a3c671..6953cfd 100644 --- a/src/usr/local/www/system_authservers.php +++ b/src/usr/local/www/system_authservers.php @@ -30,6 +30,7 @@ require_once("guiconfig.inc"); require_once("auth.inc"); +require_once("pfsense-utils.inc"); // Have we been called to populate the "Select a container" modal? if ($_REQUEST['ajax']) { |