aboutsummaryrefslogtreecommitdiff
path: root/www/jsScuttle.php
diff options
context:
space:
mode:
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-10-27 20:42:12 +0000
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-10-27 20:42:12 +0000
commit485bb8912b03d84c6c143281678c1421db77fd20 (patch)
treeaee582f2e74758be196c553c9f9da675e808156b /www/jsScuttle.php
parent4bf8c2fff97a5f68a53d81ed4eed0005ac4f422c (diff)
downloadsemanticscuttle-485bb8912b03d84c6c143281678c1421db77fd20.tar.gz
semanticscuttle-485bb8912b03d84c6c143281678c1421db77fd20.tar.bz2
prevent js file to get stored in lastUrl
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@442 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'www/jsScuttle.php')
-rw-r--r--www/jsScuttle.php1
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/';