summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-03-08 20:08:36 +0100
committerGitHub <noreply@github.com>2017-03-08 20:08:36 +0100
commit73acc25d3ea296662ce1ecbe7311f99fd7fd3f73 (patch)
treefa47dda41b3f65223339608d5991a33ff8c9cd1b /src
parent922273bf3b059d4586e4fc8619273f7a1c49137a (diff)
downloadpfsense-73acc25d3ea296662ce1ecbe7311f99fd7fd3f73.zip
pfsense-73acc25d3ea296662ce1ecbe7311f99fd7fd3f73.tar.gz
Add missing include
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/vpn_openvpn_client.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php
index 9bf5a7a..1800cf1 100644
--- a/src/usr/local/www/vpn_openvpn_client.php
+++ b/src/usr/local/www/vpn_openvpn_client.php
@@ -29,6 +29,7 @@
require_once("guiconfig.inc");
require_once("openvpn.inc");
+require_once("pfsense-utils.inc");
require_once("pkg-utils.inc");
global $openvpn_topologies, $openvpn_tls_modes;
OpenPOWER on IntegriCloud