diff --git a/view.php b/index.php similarity index 97% rename from view.php rename to index.php index c087ff5..d71e5b5 100644 --- a/view.php +++ b/index.php @@ -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');