summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_keys_edit.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_edit.php
parent74f446e877ad9bcf0a953de2007acaa2595f7cc7 (diff)
downloadpfsense-b128368a99b46308406b0082effb6dd2fe1e4284.zip
pfsense-b128368a99b46308406b0082effb6dd2fe1e4284.tar.gz
Use $pgtitle
Diffstat (limited to 'usr/local/www/vpn_ipsec_keys_edit.php')
-rwxr-xr-xusr/local/www/vpn_ipsec_keys_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/vpn_ipsec_keys_edit.php b/usr/local/www/vpn_ipsec_keys_edit.php
index 65d62aa..578db73 100755
--- a/usr/local/www/vpn_ipsec_keys_edit.php
+++ b/usr/local/www/vpn_ipsec_keys_edit.php
@@ -29,7 +29,6 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-$pgtitle = "VPN: IPsec: Edit pre-shared key";
require("guiconfig.inc");
if (!is_array($config['ipsec']['mobilekey'])) {
@@ -92,13 +91,14 @@ if ($_POST) {
}
}
+$pgtitle = "VPN: IPsec: Edit pre-shared key";
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>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<form action="vpn_ipsec_keys_edit.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
OpenPOWER on IntegriCloud