added database_store_gmt with the value of yes to the sample configuration file. the default in config.php.in is kept to be false for backward compatibility but the configuration file default is set to yes as a new installation should store gmt

This commit is contained in:
hyung-hwan 2016-01-17 06:58:46 +00:00
parent 9e0f3ff474
commit 19b9f74461

View File

@ -47,6 +47,7 @@ database_password = ""
database_name = ""
database_driver = ""
database_prefix = ""
database_store_gmt = "yes"
;------------------------------------------------------------------------------
; ldap settings