Skip to content

Commit

Permalink
Merge pull request #328 from doktornotor/patch-6
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-p committed Mar 15, 2017
2 parents 3c0c78f + 1742875 commit 318b954
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
1 change: 1 addition & 0 deletions security/pfSense-pkg-openvpn-client-export/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

PORTNAME= pfSense-pkg-openvpn-client-export
PORTVERSION= 1.4.1
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= # empty
DISTFILES= # empty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -1148,4 +1149,4 @@ function useproxy_changed() {
</script>

<?php
include("foot.inc");
include("foot.inc");
Original file line number Diff line number Diff line change
Expand Up @@ -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");

$pgtitle = array("OpenVPN", "Shared Key Export");

Expand Down

0 comments on commit 318b954

Please sign in to comment.