diff --git a/security/pfSense-pkg-openvpn-client-export/Makefile b/security/pfSense-pkg-openvpn-client-export/Makefile index afa70c112148..dc66583affe7 100644 --- a/security/pfSense-pkg-openvpn-client-export/Makefile +++ b/security/pfSense-pkg-openvpn-client-export/Makefile @@ -2,6 +2,7 @@ PORTNAME= pfSense-pkg-openvpn-client-export PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= # empty DISTFILES= # empty diff --git a/security/pfSense-pkg-openvpn-client-export/files/usr/local/www/vpn_openvpn_export.php b/security/pfSense-pkg-openvpn-client-export/files/usr/local/www/vpn_openvpn_export.php index c57edf430740..79ddf5da0dac 100644 --- a/security/pfSense-pkg-openvpn-client-export/files/usr/local/www/vpn_openvpn_export.php +++ b/security/pfSense-pkg-openvpn-client-export/files/usr/local/www/vpn_openvpn_export.php @@ -20,11 +20,12 @@ * limitations under the License. */ -require("globals.inc"); -require("guiconfig.inc"); -require("openvpn-client-export.inc"); -require("pkg-utils.inc"); -require('classes/Form.class.php'); +require_once("globals.inc"); +require_once("guiconfig.inc"); +require_once("openvpn-client-export.inc"); +require_once("pfsense-utils.inc"); +require_once("pkg-utils.inc"); +require_once("classes/Form.class.php"); global $current_openvpn_version, $current_openvpn_version_rev; @@ -1148,4 +1149,4 @@ function useproxy_changed() {