projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5f3f0b
)
Add the constant TIMEZONE to the Options.inc.php-File
author
Markus Gerdelmann
<mdman@mdman.de>
Mon, 29 Aug 2011 19:51:12 +0000
(21:51 +0200)
committer
Markus Gerdelmann
<mdman@mdman.de>
Mon, 29 Aug 2011 19:51:12 +0000
(21:51 +0200)
wcfsetup/install/files/options.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/options.inc.php
b/wcfsetup/install/files/options.inc.php
index ecb4949dc7bc992aee9ca4ce25c23c172aeacb85..ef8957fd5beb3c76b411d637dcef55267f4523a4 100644
(file)
--- a/
wcfsetup/install/files/options.inc.php
+++ b/
wcfsetup/install/files/options.inc.php
@@
-23,3
+23,4
@@
define('SESSION_TIMEOUT', 3600);
define('CACHE_SOURCE_TYPE', 'disk');
define('ENABLE_SESSION_DATA_CACHE', 0);
define('MODULE_MASTER_PASSWORD', 1);
+define('TIMEZONE', 'Europe/Berlin');