diff options
Diffstat (limited to 'assets/php/getData.php')
-rwxr-xr-x | assets/php/getData.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/php/getData.php b/assets/php/getData.php index 9849752..4ae2580 100755 --- a/assets/php/getData.php +++ b/assets/php/getData.php @@ -5,7 +5,7 @@ * @copyright Marvin Borner 2018 */ -$debug = true; +$debug = false; $cookie = $_POST['cookie']; if ($debug) { |