summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_crl.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/vpn_openvpn_crl.php')
-rwxr-xr-xusr/local/www/vpn_openvpn_crl.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/vpn_openvpn_crl.php b/usr/local/www/vpn_openvpn_crl.php
index e8f6187..6314607 100755
--- a/usr/local/www/vpn_openvpn_crl.php
+++ b/usr/local/www/vpn_openvpn_crl.php
@@ -74,13 +74,12 @@ if ($_GET['act'] == "del") {
}
}
-$pgtitle = "VPN: OpenVPN";
+$pgtitle = array("VPN","OpenVPN");
include("head.inc");
?>
<?php include("fbegin.inc"); ?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
-<p class="pgtitle"><?=$pgtitle?></p>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if (file_exists($d_sysrebootreqd_path) && !file_exists($d_ovpncrldirty_path)) print_info_box(get_std_save_message(0)); ?>
OpenPOWER on IntegriCloud