diff options
-rwxr-xr-x | etc/inc/openvpn.auth-radius.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/inc/openvpn.auth-radius.php b/etc/inc/openvpn.auth-radius.php index 9ecbfdc..77d065c 100755 --- a/etc/inc/openvpn.auth-radius.php +++ b/etc/inc/openvpn.auth-radius.php @@ -2,7 +2,7 @@ <?php /* $Id$ */ /* - openvpn.auth-ldap.php + openvpn.auth-radius.php Copyright (C) 2010 Ermal Luci All rights reserved. @@ -33,6 +33,8 @@ pfSense_MODULE: openvpn */ +require_once("radius.inc"); + /* setup syslog logging */ openlog("openvpn", LOG_ODELAY, LOG_AUTH); |