aboutsummaryrefslogtreecommitdiff
path: root/assets/php/getData.php
diff options
context:
space:
mode:
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();