diff options
-rwxr-xr-x | bin/backend.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/backend.php b/bin/backend.php index df8c06f..c85dc71 100755 --- a/bin/backend.php +++ b/bin/backend.php @@ -1,8 +1,5 @@ <?php - -//header('Content-Encoding: gzip'); header('Content-Type: application/json; charset: utf-8'); -//header('Content-Transfer-Encoding: binary'); if (file_exists('../config.php')) include ('../config.php'); |