summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_schedule_edit.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-01-18 08:18:08 -0200
committerRenato Botelho <renato@netgate.com>2016-01-18 08:18:08 -0200
commitb77f4c119d74d53ce5776155c3fc0e3486b297df (patch)
tree3df6d004e0b97f1e7cc3c6e56082d583fd5c54ac /src/usr/local/www/firewall_schedule_edit.php
parentc56a541d13ec142c0b5ef2f7d6944f15b694b604 (diff)
parentf1533c141ecbf8736b04176a77a12b99425b244a (diff)
downloadpfsense-b77f4c119d74d53ce5776155c3fc0e3486b297df.zip
pfsense-b77f4c119d74d53ce5776155c3fc0e3486b297df.tar.gz
Merge pull request #2460 from NOYB/Firewall_/_Schedules_/_Edit_-_Add_Minutes_45
Diffstat (limited to 'src/usr/local/www/firewall_schedule_edit.php')
-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