summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/local/www/firewall_schedule_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/firewall_schedule_edit.php b/src/usr/local/www/firewall_schedule_edit.php
index b4402b2..5a867b2 100644
--- a/src/usr/local/www/firewall_schedule_edit.php
+++ b/src/usr/local/www/firewall_schedule_edit.php
@@ -436,7 +436,7 @@ $group->add(new Form_Select(
'starttimemin',
null,
null,
- array('00' => '00', '15' => '15', '30' => '30', '59' => '59')
+ array('00' => '00', '15' => '15', '30' => '30', '45' => '45', '59' => '59')
))->setHelp('Start Mins');
$group->add(new Form_Select(
@@ -450,7 +450,7 @@ $group->add(new Form_Select(
'stoptimemin',
null,
'59',
- array('00' => '00', '15' => '15', '30' => '30', '59' => '59')
+ array('00' => '00', '15' => '15', '30' => '30', '45' => '45', '59' => '59')
))->setHelp('Stop Mins');
$group->setHelp('Select the time range for the day(s) selected on the Month(s) above. A full day is 0:00-23:59.');
OpenPOWER on IntegriCloud