summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_ipsec_leases.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-08-31 22:23:15 +0545
committerPhil Davis <phil.davis@inf.org>2015-08-31 22:23:15 +0545
commit288a2a0f294f992a9536dfbb5c54dd528badbad5 (patch)
tree8d1c6be8a2cf5848f6df06b631ce2614485648fe /src/usr/local/www/diag_ipsec_leases.php
parent683ba309d50913828decb5fe3f6ade059c1dfab2 (diff)
downloadpfsense-288a2a0f294f992a9536dfbb5c54dd528badbad5.zip
pfsense-288a2a0f294f992a9536dfbb5c54dd528badbad5.tar.gz
bootstrap usr/local/www a to e minor edits
Diffstat (limited to 'src/usr/local/www/diag_ipsec_leases.php')
-rw-r--r--src/usr/local/www/diag_ipsec_leases.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/diag_ipsec_leases.php b/src/usr/local/www/diag_ipsec_leases.php
index 0bf5012..1331ebe 100644
--- a/src/usr/local/www/diag_ipsec_leases.php
+++ b/src/usr/local/www/diag_ipsec_leases.php
@@ -72,7 +72,7 @@ define(DEBUG, true); // Force dummy data for testing. Setting up a pFSense box t
require("guiconfig.inc");
require("ipsec.inc");
-$pgtitle = array(gettext("Status"),gettext("IPsec"),gettext("Leases"));
+$pgtitle = array(gettext("Status"), gettext("IPsec"), gettext("Leases"));
$shortcut_section = "ipsec";
include("head.inc");
@@ -102,7 +102,7 @@ if (isset($mobile['pool']) && is_array($mobile['pool'])) {
</thead>
<tbody>
<?php
- foreach($mobile['pool'] as $pool) {
+ foreach ($mobile['pool'] as $pool) {
// The first row of each pool includes the pool information
?>
<tr>
@@ -120,7 +120,7 @@ if (isset($mobile['pool']) && is_array($mobile['pool'])) {
$leaserow = true;
if (is_array($pool['lease']) && count($pool['lease']) > 0) {
foreach ($pool['lease'] as $lease) {
- if(!$leaserow) {
+ if (!$leaserow) {
// On subsequent rows the first three columns are blank
?>
<tr>
OpenPOWER on IntegriCloud