File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 6868 ?>
6969
7070
71- < div class ="l-unit <? if($status == 'suspended') echo 'l-unit--suspended'; if($_COOKIE[$uniq_id] == 1) echo ' l-unit--starred'; ?> animated fadeIn " id ="web-unit-<?=$i?> " uniq-id ="<?=$uniq_id?> " sort-date ="<?=strtotime($value['DATE'].' '.$value['TIME'])?> " sort-name ="<?=$value['RESULT']?> " sort-type ="<?=_($object)?> " sort-owner ="<?=$value['USER']?> " sort-status ="<?=$status?> ">
71+ < div class ="l-unit <? if($status == 'suspended') echo 'l-unit--suspended'; if($_COOKIE[$uniq_id] == 1) echo ' l-unit--starred'; ?> animated fadeIn " id ="web-unit-<?=$i?> " uniq-id ="<?=$uniq_id?> " sort-date ="<?=strtotime($value['DATE'].' '.$value['TIME'])?> " sort-name ="<?=$value['RESULT']?> " sort-type ="<?=_($object)?> " sort-owner ="<?=$value['USER']?> " sort-status ="<?=$status?> "
72+ style ="<?if (($_SESSION['POLICY_SYSTEM_HIDE_ADMIN'] === 'yes') && ($value['USER']) === 'admin') { echo 'display: none;';}?> ">
7273
7374 < div class ="l-unit__col l-unit__col--right ">
7475 < div class ="clearfix l-unit__stat-col--left super-compact text-center ">
You can’t perform that action at this time.
0 commit comments