diff options
author | Renato Botelho <renato@netgate.com> | 2015-11-20 10:13:39 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-11-20 10:13:39 -0200 |
commit | 31fd8dff90793fc70cab9f1ae41f831bc3eb67d3 (patch) | |
tree | 6be27de6aa8200dc7038281f922031b9fb6b14fd | |
parent | 9859f3559000f2ea8b3994d198276029be62ab0f (diff) | |
download | pfsense-31fd8dff90793fc70cab9f1ae41f831bc3eb67d3.zip pfsense-31fd8dff90793fc70cab9f1ae41f831bc3eb67d3.tar.gz |
PEAR.inc is already required by radius.inc
-rw-r--r-- | src/usr/local/www/diag_authentication.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_authentication.php b/src/usr/local/www/diag_authentication.php index 4e53a56..9e479eb 100644 --- a/src/usr/local/www/diag_authentication.php +++ b/src/usr/local/www/diag_authentication.php @@ -65,7 +65,6 @@ ##|-PRIV require("guiconfig.inc"); -require_once("PEAR.inc"); require_once("radius.inc"); if ($_POST) { |