From 365f00fe2af997ce54324d359264613ad61ffa34 Mon Sep 17 00:00:00 2001 From: Riccardo Di Dato Date: Mon, 18 Apr 2016 16:26:29 +0200 Subject: [PATCH] echo di test --- public/admin/statCustom.php | 1 + 1 file changed, 1 insertion(+) 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();