summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_ca.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/vpn_ipsec_ca.php')
-rwxr-xr-xusr/local/www/vpn_ipsec_ca.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/vpn_ipsec_ca.php b/usr/local/www/vpn_ipsec_ca.php
index 254cc23..17195ae 100755
--- a/usr/local/www/vpn_ipsec_ca.php
+++ b/usr/local/www/vpn_ipsec_ca.php
@@ -46,7 +46,7 @@ if ($_GET['act'] == "del") {
}
}
-$pgtitle = "VPN: IPsec: Certificate Authority";
+$pgtitle = array("VPN","IPsec","Certificate Authority");
include("head.inc");
?>
@@ -54,7 +54,6 @@ include("head.inc");
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
-<p class="pgtitle"><?=$pgtitle?></p>
<form action="vpn_ipsec.php" method="post">
<?php if ($savemsg) print_info_box($savemsg); ?>
<?php if (file_exists($d_ipsecconfdirty_path)): ?><p>
OpenPOWER on IntegriCloud