summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-11 14:50:29 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-11 14:50:29 -0500
commit875f6c8ba42b2e44851106122c41428af54acbd7 (patch)
tree4af86ae79880f76834f71056d1f889cd42aed792 /src
parent8a088c0b668b011060d7747dbdfafa325921f687 (diff)
downloadpfsense-875f6c8ba42b2e44851106122c41428af54acbd7.zip
pfsense-875f6c8ba42b2e44851106122c41428af54acbd7.tar.gz
e-apply f693437
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/status_logs_vpn.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/status_logs_vpn.php b/src/usr/local/www/status_logs_vpn.php
index d5457e3..2f9873d 100644
--- a/src/usr/local/www/status_logs_vpn.php
+++ b/src/usr/local/www/status_logs_vpn.php
@@ -186,13 +186,13 @@ if (!$rawfilter) {
<?=htmlspecialchars($filterent['time'])?>
</td>
<td style="word-wrap:break-word; word-break:break-all; white-space:normal">
- <? if ($filterent['action'] == "login") { ?>
+ <?php if ($filterent['action'] == "login") { ?>
<i class="fa fa-arrow-left" title="in"></i>
- <? } else if ($filterent['action'] == "logout") { ?>
+ <?php } else if ($filterent['action'] == "logout") { ?>
<i class="fa fa-arrow-right" title="out"></i>
- <? } else { ?>
+ <?php } else { ?>
<i><?=htmlspecialchars($filterent['action'])?></i>
- <? } ?>
+ <?php } ?>
</td>
<td>
<?=htmlspecialchars($filterent['user'])?>
OpenPOWER on IntegriCloud