diff options
author | spocky <spocky@ampache> | 2007-11-22 18:58:00 +0000 |
---|---|---|
committer | spocky <spocky@ampache> | 2007-11-22 18:58:00 +0000 |
commit | 467fd32a4e74765aa6d7a5f9332df49037e9fa3b (patch) | |
tree | 30602bdd4a6837d3cb48da6e991bf9ca67ed099e /util.php | |
parent | 67cbb218cd89ac6be9d1d55ca3799080daac1f5a (diff) | |
download | ampache-467fd32a4e74765aa6d7a5f9332df49037e9fa3b.tar.gz ampache-467fd32a4e74765aa6d7a5f9332df49037e9fa3b.tar.bz2 ampache-467fd32a4e74765aa6d7a5f9332df49037e9fa3b.zip |
Changed how playlists are sent to browsers so that it works on IE. Hopefully there won't be side effects. Karl, if feedback is good, I let you cleanup the code :)
Diffstat (limited to 'util.php')
-rw-r--r-- | util.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,6 +27,6 @@ require_once 'lib/init.php'; if (isset($_SESSION['iframe']['target'])) { $target = $_SESSION['iframe']['target']; unset($_SESSION['iframe']['target']); - header("Location: " . $target); + //header("Location: " . $target); } ?> |