fixed timezone-bug
parent
37fbd5cb09
commit
eaa1fe8fcd
|
|
@ -2,6 +2,7 @@
|
||||||
#v1.5
|
#v1.5
|
||||||
header("Cache-Control: no-cache, must-revalidate");
|
header("Cache-Control: no-cache, must-revalidate");
|
||||||
$start=microtime(true);
|
$start=microtime(true);
|
||||||
|
date_default_timezone_set("Europe/Berlin");
|
||||||
include('lib/DBLib.php');
|
include('lib/DBLib.php');
|
||||||
include('draw.php');
|
include('draw.php');
|
||||||
include('function.php');
|
include('function.php');
|
||||||
Loading…
Reference in New Issue