aboutsummaryrefslogtreecommitdiff
path: root/assets/php/getData.php
diff options
context:
space:
mode:
authorMarvin Borner2021-05-16 13:38:55 +0200
committerMarvin Borner2021-05-16 13:38:55 +0200
commita98ea0907ff4731a5d9fe8f5aa1168b8e70fd884 (patch)
treec84ad149828a3ea92cc31be64801ae718cd17c8f /assets/php/getData.php
parentdfa6d36a6edd5ad5190acf3401bad43480f8bcc0 (diff)
Added heatmap
Diffstat (limited to 'assets/php/getData.php')
-rwxr-xr-xassets/php/getData.php6
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();