summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_keys.php
diff options
context:
space:
mode:
authorNewEraCracker <neweracracker@gmail.com>2016-02-10 09:14:57 +0000
committerNewEraCracker <neweracracker@gmail.com>2016-02-10 09:14:57 +0000
commita153c6d1c85149e5ced19bea7c7d1eccfd9ae24a (patch)
tree7544def7ffe087ec9426476e1f9322db4bfacb01 /src/usr/local/www/vpn_ipsec_keys.php
parent287df967fb3bde7e0514ab78a9e4e53e6fbe4415 (diff)
downloadpfsense-a153c6d1c85149e5ced19bea7c7d1eccfd9ae24a.zip
pfsense-a153c6d1c85149e5ced19bea7c7d1eccfd9ae24a.tar.gz
Cleanup
Remove closing tag followed by opening tag. Change short_open_tag to full tag and put small instructions on same line.
Diffstat (limited to 'src/usr/local/www/vpn_ipsec_keys.php')
-rw-r--r--src/usr/local/www/vpn_ipsec_keys.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/usr/local/www/vpn_ipsec_keys.php b/src/usr/local/www/vpn_ipsec_keys.php
index 78dd1d0..2161831 100644
--- a/src/usr/local/www/vpn_ipsec_keys.php
+++ b/src/usr/local/www/vpn_ipsec_keys.php
@@ -107,9 +107,6 @@ $shortcut_section = "ipsec";
include("head.inc");
-?>
-
-<?php
if ($savemsg) {
print_info_box($savemsg);
}
@@ -117,9 +114,7 @@ if ($savemsg) {
if (is_subsystem_dirty('ipsec')) {
print_apply_box(gettext("The IPsec tunnel configuration has been changed.") . "<br />" . gettext("You must apply the changes in order for them to take effect."));
}
-?>
-<?php
$tab_array = array();
$tab_array[0] = array(gettext("Tunnels"), false, "vpn_ipsec.php");
$tab_array[1] = array(gettext("Mobile Clients"), false, "vpn_ipsec_mobile.php");
OpenPOWER on IntegriCloud