mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-30 07:07:14 +00:00
Add timezone
This commit is contained in:
@@ -24,6 +24,11 @@
|
|||||||
// ***** Name
|
// ***** Name
|
||||||
define("SERVER_NAME","%SERVERNAME%");
|
define("SERVER_NAME","%SERVERNAME%");
|
||||||
|
|
||||||
|
// ***** Time zone added by ronix
|
||||||
|
// Defines server time zone.
|
||||||
|
define("TIMEZONE","%STIMEZONE%");
|
||||||
|
date_default_timezone_set(TIMEZONE);
|
||||||
|
|
||||||
// ***** Started
|
// ***** Started
|
||||||
// Defines when has server started.
|
// Defines when has server started.
|
||||||
define("COMMENCE","%STARTTIME%");
|
define("COMMENCE","%STARTTIME%");
|
||||||
|
|||||||
Reference in New Issue
Block a user