diff --git a/public/admin/statCustom.php b/public/admin/statCustom.php index 2659c1f..a0a7cf5 100644 --- a/public/admin/statCustom.php +++ b/public/admin/statCustom.php @@ -29,6 +29,7 @@ if (!is_null($action) && strcmp($action, "show")==0){ $date = new DateTime(PostHandler::get("start")." 00:00", new DateTimeZone("CET")); $start = $date->getTimestamp(); + echo $start; $date = new DateTime(PostHandler::get("end")." 23:59", new DateTimeZone("CET")); $end = $date->getTimestamp();