allow a configurable timezone
This commit is contained in:
parent
da45389c42
commit
f3c0c0e637
1 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,9 @@ _d("NICE_URLS", false); // boolean force niceurl mode
|
|||
_d("WH_SPLITS", 1); // int how many levels of subfolders to put in the warehouse
|
||||
_d("VERSION", 'trunk'); // string shimmie version
|
||||
_d("SCORE_VERSION", 's2hack/'.VERSION); // string SCore version
|
||||
_d("TIMEZONE", 'UTC'); // string timezone
|
||||
|
||||
date_default_timezone_set(TIMEZONE);
|
||||
|
||||
require_once "core/util.inc.php";
|
||||
require_once "lib/context.php";
|
||||
|
|
Reference in a new issue