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 0e8b96a..474d45f 100644 --- a/www/jsScuttle.php +++ b/www/jsScuttle.php @@ -1,6 +1,6 @@ <?php header('Content-Type: text/javascript'); -require_once('header.inc.php'); +require_once '../src/SemanticScuttle/header.php'; require_once('functions.inc.php'); $player_root = ROOT .'includes/player/'; ?> |