From 5a85bbaf182c08a7b186b3c0fa931fb833454dee Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 9 May 2013 15:35:17 -0400 Subject: Follow-on: put at least one byte in the fragment so that it doesn't get discarded by browsers. --- lib/uploadify/uploadify.allglyphs.php | 2 +- lib/uploadify/uploadify.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/uploadify') diff --git a/lib/uploadify/uploadify.allglyphs.php b/lib/uploadify/uploadify.allglyphs.php index b9bd2713..68db0dcc 100644 --- a/lib/uploadify/uploadify.allglyphs.php +++ b/lib/uploadify/uploadify.allglyphs.php @@ -5,7 +5,7 @@ if (empty($_GET["token"])) { // We have not yet redirected $rand = rand(); setcookie("uploadify_token", $rand); - header("Location: uploadify.allglyphs.php?token=$rand#"); + header("Location: uploadify.allglyphs.php?token=$rand#."); exit; } diff --git a/lib/uploadify/uploadify.php b/lib/uploadify/uploadify.php index eac15d3a..8ea78d81 100644 --- a/lib/uploadify/uploadify.php +++ b/lib/uploadify/uploadify.php @@ -5,7 +5,7 @@ if (empty($_GET["token"])) { // We have not yet redirected $rand = rand(); setcookie("uploadify_token", $rand); - header("Location: uploadify.php?token=$rand#"); + header("Location: uploadify.php?token=$rand#."); exit; } -- cgit v1.2.3