summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 2f9873d..d5457e3 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">
- <?php if ($filterent['action'] == "login") { ?>
+ <? if ($filterent['action'] == "login") { ?>
<i class="fa fa-arrow-left" title="in"></i>
- <?php } else if ($filterent['action'] == "logout") { ?>
+ <? } else if ($filterent['action'] == "logout") { ?>
<i class="fa fa-arrow-right" title="out"></i>
- <?php } else { ?>
+ <? } else { ?>
<i><?=htmlspecialchars($filterent['action'])?></i>
- <?php } ?>
+ <? } ?>
</td>
<td>
<?=htmlspecialchars($filterent['user'])?>
OpenPOWER on IntegriCloud