diff options
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(); |