diff options
Diffstat (limited to 'www/jsScuttle.php')
-rw-r--r-- | www/jsScuttle.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/jsScuttle.php b/www/jsScuttle.php index cc4e16d..f37da78 100644 --- a/www/jsScuttle.php +++ b/www/jsScuttle.php @@ -1,6 +1,6 @@ <?php -header('Content-Type: text/javascript'); $GLOBALS['saveInLastUrl'] = false; +$httpContentType = 'text/javascript'; require_once 'www-header.php'; require_once 'SemanticScuttle/functions.php'; $player_root = ROOT .'includes/player/'; |