mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
fix for prev commit
This commit is contained in:
parent
73ab4ac10f
commit
f5dcbaf6d7
1 changed files with 0 additions and 3 deletions
|
|
@ -58,9 +58,6 @@ class Config
|
|||
# First day of week: 0-Sunday, 1-Monday, 2-Tuesday, .. 6-Saturday
|
||||
'firstdayofweek' => array('default'=>1, 'type'=>'i'),
|
||||
|
||||
# select session handling mechanism: files or default (php default)
|
||||
'session' => array('default'=>'files', 'type'=>'s', 'options'=>array('files','default')),
|
||||
|
||||
# Date/time formats
|
||||
'clock' => array('default'=>24, 'type'=>'i', 'options'=>array(12,24)),
|
||||
'dateformat' => array('default'=>'j M Y', 'type'=>'s'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue