summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_server.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-07-08 16:49:56 +0000
committerErmal Luçi <eri@pfsense.org>2009-07-08 16:49:56 +0000
commitd84bd468185d10c5fbc4b010efcd1db59e43c53b (patch)
treea4417120db26bb3a0b0340a27ca45981c8ca4b64 /usr/local/www/vpn_openvpn_server.php
parent985fc0fb9779f498c5797ea302b3669553ed785f (diff)
downloadpfsense-d84bd468185d10c5fbc4b010efcd1db59e43c53b.zip
pfsense-d84bd468185d10c5fbc4b010efcd1db59e43c53b.tar.gz
Remove openvpn.inc from functions.inc since its just a subsystem that does not need to be present on all of the includes.
Diffstat (limited to 'usr/local/www/vpn_openvpn_server.php')
-rw-r--r--usr/local/www/vpn_openvpn_server.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/vpn_openvpn_server.php b/usr/local/www/vpn_openvpn_server.php
index 05e6868..c939e50 100644
--- a/usr/local/www/vpn_openvpn_server.php
+++ b/usr/local/www/vpn_openvpn_server.php
@@ -36,6 +36,7 @@
require("guiconfig.inc");
+require_once("openvpn.inc");
$pgtitle = array("OpenVPN", "Server");
@@ -1213,4 +1214,4 @@ function set_checked($var,& $chk) {
$chk = '';
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud