summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-03-08 20:01:25 +0100
committerGitHub <noreply@github.com>2017-03-08 20:01:25 +0100
commitb4097bcaa8d6f86e55a717d5622916c4ea5fa198 (patch)
treea23cdfdb6889d2e591c3408cff4cb00a97ac5f7b /src/usr/local/www/system_authservers.php
parentb51cb63fd5c62014fa2aab27a19a0bc3a0c70a7c (diff)
downloadpfsense-b4097bcaa8d6f86e55a717d5622916c4ea5fa198.zip
pfsense-b4097bcaa8d6f86e55a717d5622916c4ea5fa198.tar.gz
Add missing include
Diffstat (limited to 'src/usr/local/www/system_authservers.php')
-rw-r--r--src/usr/local/www/system_authservers.php1
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']) {
OpenPOWER on IntegriCloud