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