diff options
-rwxr-xr-x | bin/backend.php | 2 | ||||
-rw-r--r-- | js/istreamdev.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/backend.php b/bin/backend.php index 1c99f7e..3eaa127 100755 --- a/bin/backend.php +++ b/bin/backend.php @@ -1,6 +1,6 @@ <?php -header('Content-type: text/html'); +header('Content-Type: application/json; charset: UTF-8'); if (file_exists('../config.php')) include ('../config.php'); diff --git a/js/istreamdev.js b/js/istreamdev.js index 7f7ec91..9bc4a8a 100644 --- a/js/istreamdev.js +++ b/js/istreamdev.js @@ -1,4 +1,4 @@ -//INIT
+//INIT
jQT = new $.jQTouch({
icon: 'img/istreamdev.png',
addGlossToIcon: true,
|