summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_srv_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/vpn_openvpn_srv_edit.php')
-rwxr-xr-xusr/local/www/vpn_openvpn_srv_edit.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/vpn_openvpn_srv_edit.php b/usr/local/www/vpn_openvpn_srv_edit.php
index cdbceef..3fa8715 100755
--- a/usr/local/www/vpn_openvpn_srv_edit.php
+++ b/usr/local/www/vpn_openvpn_srv_edit.php
@@ -511,13 +511,12 @@ if ($_POST) {
}
}
-$pgtitle = "VPN: OpenVPN: Edit server";
+$pgtitle = array("VPN","OpenVPN","Edit server");
include("head.inc");
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
-<p class="pgtitle"><?=$pgtitle?></p>
<?php if ($input_errors) print_input_errors($input_errors);?>
<script language="JavaScript">
function enable_change(enable_over) {
OpenPOWER on IntegriCloud