Revision 60120e37
Added by Ermal Luçi over 16 years ago
usr/local/www/firewall_schedule.php | ||
---|---|---|
107 | 107 |
<tr> |
108 | 108 |
<td class="listlr" ondblclick="document.location='firewall_schedule_edit.php?id=<?=$i;?>';"> |
109 | 109 |
<?=htmlspecialchars($schedule['name']); |
110 |
$schedstatus = get_time_based_rule_status($schedule);
|
|
110 |
$schedstatus = filter_get_time_based_rule_status($schedule);
|
|
111 | 111 |
if ($schedstatus) { ?> |
112 | 112 |
<img src="./themes/<?= $g['theme']; ?>/images/icons/icon_frmfld_time.png" title="Schedule is currently active" width="17" height="17" border="0"> |
113 | 113 |
<?php } ?> |
Also available in: Unified diff
This allows to schedule the whole feature of the rules like queues/limiters/gateways/blocks/allows/etc...