summaryrefslogtreecommitdiff
path: root/bin/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'bin/backend.php')
-rwxr-xr-xbin/backend.php4
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;