summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_keys.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-03 17:04:44 +0000
committerBill Marquette <billm@pfsense.org>2005-07-03 17:04:44 +0000
commitb128368a99b46308406b0082effb6dd2fe1e4284 (patch)
treea199e6a13b1e2c994a85634476bc2be5d5864459 /usr/local/www/vpn_ipsec_keys.php
parent74f446e877ad9bcf0a953de2007acaa2595f7cc7 (diff)
downloadpfsense-b128368a99b46308406b0082effb6dd2fe1e4284.zip
pfsense-b128368a99b46308406b0082effb6dd2fe1e4284.tar.gz
Use $pgtitle
Diffstat (limited to 'usr/local/www/vpn_ipsec_keys.php')
-rwxr-xr-xusr/local/www/vpn_ipsec_keys.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/vpn_ipsec_keys.php b/usr/local/www/vpn_ipsec_keys.php
index f002d38..e85db8e 100755
--- a/usr/local/www/vpn_ipsec_keys.php
+++ b/usr/local/www/vpn_ipsec_keys.php
@@ -29,7 +29,6 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-$pgtitle = "VPN: IPsec";
require("guiconfig.inc");
if (!is_array($config['ipsec']['mobilekey'])) {
@@ -48,13 +47,14 @@ if ($_GET['act'] == "del") {
}
}
+$pgtitle = "VPN: IPsec: Keys";
include("head.inc");
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
-<p class="pgtitle"><?php echo $pgtitle; ?></p>
+<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>
@@ -109,4 +109,4 @@ Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
</script>
</body>
-</html> \ No newline at end of file
+</html>
OpenPOWER on IntegriCloud