summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-10 13:27:16 -0300
committerRenato Botelho <renato@netgate.com>2016-08-10 13:27:16 -0300
commit1bdfe40a5c64cc62eca7f020bdec16cfe47edfe4 (patch)
tree3fc22d0e9ec3d3f0a09f31fc783ccb4757ebbc86 /src/usr/local
parentea0e22ee9eeef9d486657944bef9980681a7abb1 (diff)
downloadpfsense-1bdfe40a5c64cc62eca7f020bdec16cfe47edfe4.zip
pfsense-1bdfe40a5c64cc62eca7f020bdec16cfe47edfe4.tar.gz
Fix path to require pear-Crypt_CHAP installed file. Ticket #3734
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/captiveportal/radius_authentication.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/captiveportal/radius_authentication.inc b/src/usr/local/captiveportal/radius_authentication.inc
index ce14225..fe32301 100644
--- a/src/usr/local/captiveportal/radius_authentication.inc
+++ b/src/usr/local/captiveportal/radius_authentication.inc
@@ -40,7 +40,7 @@ RADIUS AUTHENTICATION
---------------------
*/
-require_once("CHAP.inc");
+require_once("Crypt/CHAP.php");
function RADIUS_AUTHENTICATION($username,$password,$radiusservers,$clientip,$clientmac,$ruleno) {
OpenPOWER on IntegriCloud