Update Standard.php
Updated the default timezone to be the sever's default.
Former-commit-id: 6f94356d98
This commit is contained in:
parent
2036584287
commit
0888d16f72
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ class Standard extends \Baikal\Model\Config {
|
||||||
|
|
||||||
# Default values
|
# Default values
|
||||||
protected $aData = array(
|
protected $aData = array(
|
||||||
"PROJECT_TIMEZONE" => "Europe/Paris",
|
"PROJECT_TIMEZONE" => \date_default_timezone_get(),
|
||||||
"BAIKAL_CARD_ENABLED" => TRUE,
|
"BAIKAL_CARD_ENABLED" => TRUE,
|
||||||
"BAIKAL_CAL_ENABLED" => TRUE,
|
"BAIKAL_CAL_ENABLED" => TRUE,
|
||||||
"BAIKAL_DAV_AUTH_TYPE" => "Digest",
|
"BAIKAL_DAV_AUTH_TYPE" => "Digest",
|
||||||
|
|
Loading…
Reference in a new issue