Update Standard.php

Updated the default timezone to be the sever's default.

Former-commit-id: 6f94356d98
This commit is contained in:
skyhook19 2014-02-07 11:39:39 -05:00
parent 2036584287
commit 0888d16f72

View file

@ -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",