fixed timezone-bug

climadigram
agp8x 2013-11-27 00:55:27 +01:00
parent 37fbd5cb09
commit eaa1fe8fcd
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#v1.5
header("Cache-Control: no-cache, must-revalidate");
$start=microtime(true);
date_default_timezone_set("Europe/Berlin");
include('lib/DBLib.php');
include('draw.php');
include('function.php');