From fc0f1121114c18c6fdb91ee61fc870b509c149d1 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Mon, 13 Mar 2017 17:22:23 +0100 Subject: Fix broken includes --- src/usr/local/www/wizards/openvpn_wizard.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/usr/local') diff --git a/src/usr/local/www/wizards/openvpn_wizard.inc b/src/usr/local/www/wizards/openvpn_wizard.inc index afd88b2..a46f27d 100644 --- a/src/usr/local/www/wizards/openvpn_wizard.inc +++ b/src/usr/local/www/wizards/openvpn_wizard.inc @@ -19,7 +19,11 @@ * limitations under the License. */ +require_once("auth.inc"); +require_once("certs.inc"); +require_once("config.inc"); require_once("openvpn.inc"); +require_once("util.inc"); function has_special_chars($text) { return preg_match('/[^A-Za-z0-9 _-]/', $text); -- cgit v1.1