diff options
author | Ermal <eri@pfsense.org> | 2010-03-12 16:23:14 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2010-03-12 16:23:14 +0000 |
commit | 6e81509680689a68af951d8cee31c0b660b0e6b7 (patch) | |
tree | 98b5cea49233ba94a969d126575d9d066c6e0968 /usr | |
parent | aa530bf4c01d7ec89d9db8518199f880a509574e (diff) | |
download | pfsense-6e81509680689a68af951d8cee31c0b660b0e6b7.zip pfsense-6e81509680689a68af951d8cee31c0b660b0e6b7.tar.gz |
Add includes needed. Fix typo.
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/diag_authentication.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/diag_authentication.php b/usr/local/www/diag_authentication.php index cc59dc3..5146c01 100755 --- a/usr/local/www/diag_authentication.php +++ b/usr/local/www/diag_authentication.php @@ -40,6 +40,8 @@ ##|-PRIV require("guiconfig.inc"); +require_once("PEAR.inc"); +require_once("radius.inc"); require_once("auth.inc"); require("priv.defs.inc"); require("priv.inc"); |