diff options
author | Marvin Borner | 2021-05-16 13:38:55 +0200 |
---|---|---|
committer | Marvin Borner | 2021-05-16 13:38:55 +0200 |
commit | a98ea0907ff4731a5d9fe8f5aa1168b8e70fd884 (patch) | |
tree | c84ad149828a3ea92cc31be64801ae718cd17c8f /assets/php/getData.php | |
parent | dfa6d36a6edd5ad5190acf3401bad43480f8bcc0 (diff) |
Added heatmap
Diffstat (limited to 'assets/php/getData.php')
-rwxr-xr-x | assets/php/getData.php | 6 |
1 files changed, 0 insertions, 6 deletions
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(); |