diff options
author | Marvin Borner | 2020-02-05 21:17:43 +0100 |
---|---|---|
committer | Marvin Borner | 2020-02-05 21:17:43 +0100 |
commit | 5a975adac4aeda46c5760fbe1770964610b0eeda (patch) | |
tree | e4167e6275189bce16939c53b9d1d7d51dcebdea /assets/php | |
parent | e64b504e7e4144f2d29d55c4193875472e9dd8a7 (diff) |
Awesome animations and design changes
Diffstat (limited to 'assets/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) { |