summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_srv.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/vpn_openvpn_srv.php')
-rwxr-xr-xusr/local/www/vpn_openvpn_srv.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/local/www/vpn_openvpn_srv.php b/usr/local/www/vpn_openvpn_srv.php
index 5cd6ff1..9ad6b6b 100755
--- a/usr/local/www/vpn_openvpn_srv.php
+++ b/usr/local/www/vpn_openvpn_srv.php
@@ -29,6 +29,7 @@
POSSIBILITY OF SUCH DAMAGE.
*/
+$pgtitle = array("VPN", "OpenVPN");
require("guiconfig.inc");
require_once("openvpn.inc");
@@ -82,12 +83,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_ovpnsrvdirty_path)) print_info_box(get_std_save_message(0)); ?>
OpenPOWER on IntegriCloud