Update Standard.php
Undo
This commit is contained in:
parent
6f94356d98
commit
41f2dd66c9
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class Standard extends \Baikal\Model\Config {
|
|||
|
||||
# Default values
|
||||
protected $aData = array(
|
||||
"PROJECT_TIMEZONE" => \date_default_timezone_get(),
|
||||
"PROJECT_TIMEZONE" => "Europe/Paris",
|
||||
"BAIKAL_CARD_ENABLED" => TRUE,
|
||||
"BAIKAL_CAL_ENABLED" => TRUE,
|
||||
"BAIKAL_DAV_AUTH_TYPE" => "Digest",
|
||||
|
|
Loading…
Add table
Reference in a new issue