summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_logs_vpn.php
diff options
context:
space:
mode:
authorNewEraCracker <neweracracker@gmail.com>2016-01-07 19:19:33 +0000
committerStephen Beaver <sbeaver@netgate.com>2016-01-07 15:50:30 -0500
commitf6934376e89504d5008d296c7018c994bb0f7063 (patch)
tree570ee99f715acec70dc70821692cf5df7a4ac2a8 /src/usr/local/www/status_logs_vpn.php
parent07a7b6dbd3e2d3416bdf8b805e159461a8c65a35 (diff)
downloadpfsense-f6934376e89504d5008d296c7018c994bb0f7063.zip
pfsense-f6934376e89504d5008d296c7018c994bb0f7063.tar.gz
Fix conflicts caused by merging
Diffstat (limited to 'src/usr/local/www/status_logs_vpn.php')
-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 ca4e887..98b88fa 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