Project

General

Profile

« Previous | Next » 

Revision 60120e37

Added by Ermal Luçi over 16 years ago

  • Convert schedules to pf(4).
    This allows to schedule the whole feature of the rules like queues/limiters/gateways/blocks/allows/etc...
  • Whitespace cleaning on filter.inc
  • Move schedule backend logic from pfsense-utils.inc to filter.inc and prefix with filter_.
  • Small bugfixes here and there.

View differences:

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
					 	&nbsp;<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