summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2015-09-02 13:27:36 -0400
committerjim-p <jimp@pfsense.org>2015-09-02 13:27:36 -0400
commit328a238ac1bd873bea2b01f58d4d32e762b55ece (patch)
tree75b7b6eee4a93107f642f8589c7b763f470caedc /src/usr/local/www/system_authservers.php
parent8eb003798bef020cc4799ddf78c352f69ab34cea (diff)
parentad2879b89a96cad751dd161fe01bc78aaabacc79 (diff)
downloadpfsense-328a238ac1bd873bea2b01f58d4d32e762b55ece.zip
pfsense-328a238ac1bd873bea2b01f58d4d32e762b55ece.tar.gz
Merge pull request #1853 from PiBa-NL/bootstrap_fix1
Diffstat (limited to 'src/usr/local/www/system_authservers.php')
-rw-r--r--src/usr/local/www/system_authservers.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_authservers.php b/src/usr/local/www/system_authservers.php
index 52d57cc..cdc9011 100644
--- a/src/usr/local/www/system_authservers.php
+++ b/src/usr/local/www/system_authservers.php
@@ -407,7 +407,7 @@ if (!($act == "new" || $act == "edit" || $input_errors))
exit;
}
-require('classes/Form.class.php');
+require_once('classes/Form.class.php');
$form = new Form;
$form->setAction('system_authservers.php?act=edit');
$form->addGlobal(new Form_Input(
OpenPOWER on IntegriCloud