summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_cli.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-06 20:30:09 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-06 20:30:09 +0000
commitbc5dc42181e4b6d468bfcd1283f923e744524371 (patch)
tree7073d69a4cbdfcf834b5ba12508a882553ba19c5 /usr/local/www/vpn_openvpn_cli.php
parentc6ee5ce431ee155a9cc668249a47d4ff7155626c (diff)
downloadpfsense-bc5dc42181e4b6d468bfcd1283f923e744524371.zip
pfsense-bc5dc42181e4b6d468bfcd1283f923e744524371.tar.gz
MFC 7406
Sync OpenVPN with Peter A's latest version: rootfs-1.2-ovpn2.tar.gz
Diffstat (limited to 'usr/local/www/vpn_openvpn_cli.php')
-rwxr-xr-xusr/local/www/vpn_openvpn_cli.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/local/www/vpn_openvpn_cli.php b/usr/local/www/vpn_openvpn_cli.php
index fe01ee0..a5d2e1e 100755
--- a/usr/local/www/vpn_openvpn_cli.php
+++ b/usr/local/www/vpn_openvpn_cli.php
@@ -28,6 +28,7 @@
POSSIBILITY OF SUCH DAMAGE.
*/
+$pgtitle = array("VPN", "OpenVPN");
require("guiconfig.inc");
require_once("openvpn.inc");
@@ -81,12 +82,7 @@ if ($_GET['act'] == "del") {
exit;
}
}
-
-$pgtitle = "VPN: OpenVPN";
-include("head.inc");
-
?>
-
<?php include("fbegin.inc"); ?>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if (file_exists($d_sysrebootreqd_path) && !file_exists($d_ovpnclidirty_path)) print_info_box(get_std_save_message(0)); ?>
OpenPOWER on IntegriCloud