summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_filter.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/diag_logs_filter.php')
-rwxr-xr-xusr/local/www/diag_logs_filter.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_logs_filter.php b/usr/local/www/diag_logs_filter.php
index 5079b07..5c3c07c 100755
--- a/usr/local/www/diag_logs_filter.php
+++ b/usr/local/www/diag_logs_filter.php
@@ -156,9 +156,9 @@ include("head.inc");
<tr>
<td class="listlr" nowrap align="middle">
<?php if (strstr(strtolower($filterent['act']), "p"))
- $img = "pass.gif";
+ $img = "/themes/".$g['theme']."/images/icons/icon_pass.gif";
else
- $img = "block.gif";
+ $img = "/themes/".$g['theme']."/images/icons/icon_block.gif";
?>
<img src="<?=$img;?>" width="11" height="11" align="absmiddle">
<?php if ($filterent['count']) echo $filterent['count'];?></td>
OpenPOWER on IntegriCloud