Allow default start time using cron syntax #163

This commit is contained in:
Brendan Heywood
2020-03-25 22:21:35 +11:00
parent e6a63f02e6
commit 3b1b1ea0e1
5 changed files with 30 additions and 2 deletions

View File

@@ -152,6 +152,7 @@ class outagelib {
return [
'allowedips' => '',
'css' => '',
'default_time' => '',
'default_autostart' => '0',
'default_duration' => (string)(60 * 60),
'default_warning_duration' => (string)(60 * 60),