summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_keys_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-21 23:57:44 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-21 23:57:44 +0000
commitd797cd0c363a8c5040081a657bc5f3599a4480cd (patch)
tree5c7fa87ca842669e3bc5b5f4f9528fa2ce7a3218 /usr/local/www/vpn_ipsec_keys_edit.php
parentc60f17e085a3d260c2d4cd962a640b25f1388d8e (diff)
downloadpfsense-d797cd0c363a8c5040081a657bc5f3599a4480cd.zip
pfsense-d797cd0c363a8c5040081a657bc5f3599a4480cd.tar.gz
Don't use an array for page titles.
Switch back to pfSense style
Diffstat (limited to 'usr/local/www/vpn_ipsec_keys_edit.php')
-rwxr-xr-xusr/local/www/vpn_ipsec_keys_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec_keys_edit.php b/usr/local/www/vpn_ipsec_keys_edit.php
index 77152ba..681dac7 100755
--- a/usr/local/www/vpn_ipsec_keys_edit.php
+++ b/usr/local/www/vpn_ipsec_keys_edit.php
@@ -29,7 +29,7 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-$pgtitle = array("VPN", "IPsec", "Edit pre-shared key");
+$pgtitle = "VPN: IPsec: Edit pre-shared key";
require("guiconfig.inc");
if (!is_array($config['ipsec']['mobilekey'])) {
OpenPOWER on IntegriCloud