From a98ea0907ff4731a5d9fe8f5aa1168b8e70fd884 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 16 May 2021 13:38:55 +0200 Subject: Added heatmap --- assets/php/getData.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'assets/php') diff --git a/assets/php/getData.php b/assets/php/getData.php index c392fc5..a236d49 100755 --- a/assets/php/getData.php +++ b/assets/php/getData.php @@ -6,14 +6,8 @@ * @copyright Marvin Borner 2018 */ -$debug = true; $cookie = $_POST['cookie']; -if ($debug) { - print_r(file_get_contents("../../debug.json")); - die(); -} - if (!isset($cookie)) { http_response_code(404); die(); -- cgit v1.2.3