summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-02-25 00:00:56 +0000
committerErmal Luçi <eri@pfsense.org>2010-02-25 00:00:56 +0000
commit51ba2d3b41c15e1b80d254c85126b19dff02e625 (patch)
tree74fa2502cad506b885069550cdbc606164f2d27a
parente8a58de43ba4b6561673a8ec8290788c95fc29c5 (diff)
downloadpfsense-51ba2d3b41c15e1b80d254c85126b19dff02e625.zip
pfsense-51ba2d3b41c15e1b80d254c85126b19dff02e625.tar.gz
Add neccesary include.
-rwxr-xr-xetc/inc/openvpn.auth-radius.php4
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);
OpenPOWER on IntegriCloud