diff options
Diffstat (limited to 'bin/backend.php')
-rwxr-xr-x | bin/backend.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/backend.php b/bin/backend.php index cf37e2e..96f6abf 100755 --- a/bin/backend.php +++ b/bin/backend.php @@ -1,6 +1,6 @@ <?php -header('Content-Type: application/json; charset: UTF-8'); +header('Content-Type: application/json; charset: utf-8'); if (file_exists('../config.php')) include ('../config.php'); @@ -25,7 +25,7 @@ switch ($action) print $tree; break; case ("getTvCat"): - $tree = getTvCat(); + $tree = getTvCat(); print $tree; break; |