Skip to content

Commit

Permalink
add OpenVPN client export
Browse files Browse the repository at this point in the history
  • Loading branch information
AdSchellevis committed Mar 23, 2015
1 parent 541318e commit c7d388a
Show file tree
Hide file tree
Showing 9 changed files with 2,372 additions and 25 deletions.
6 changes: 6 additions & 0 deletions src/etc/inc/priv.defs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1392,6 +1392,12 @@ $priv_list['page-firewall-easyrule']['descr'] = gettext("Allow access to the 'Fi
$priv_list['page-firewall-easyrule']['match'] = array();
$priv_list['page-firewall-easyrule']['match'][] = "easyrule.php*";

$priv_list['page-openvpn-client-export'] = array();
$priv_list['page-openvpn-client-export']['name'] = "WebCfg - OpenVPN: Client Export Utility";
$priv_list['page-openvpn-client-export']['descr'] = "Allow access to the OpenVPN: Client Export Utility page.";
$priv_list['page-openvpn-client-export']['match'] = array();
$priv_list['page-openvpn-client-export']['match'][] = "vpn_openvpn_export.php*";

$priv_rmvd = array();

?>
Binary file added src/pkg/openvpn-client-export-2.3.6.tgz
Binary file not shown.
Loading

0 comments on commit c7d388a

Please sign in to comment.