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 6807e4a..cc4e16d 100644 --- a/www/jsScuttle.php +++ b/www/jsScuttle.php @@ -1,7 +1,7 @@ <?php header('Content-Type: text/javascript'); $GLOBALS['saveInLastUrl'] = false; -require_once '../src/SemanticScuttle/header.php'; +require_once 'www-header.php'; require_once 'SemanticScuttle/functions.php'; $player_root = ROOT .'includes/player/'; ?> |