diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2013-05-09 15:35:17 -0400 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2013-05-09 15:35:17 -0400 |
| commit | 5a85bbaf182c08a7b186b3c0fa931fb833454dee (patch) | |
| tree | 497b87b482eb1edadef93dbd800c3f96fbeefeb2 /lib/uploadify/uploadify.allglyphs.php | |
| parent | 80bb0f2222dd99ed2ce59e804b833bab63cc376a (diff) | |
Follow-on: put at least one byte in the fragment so that it doesn't
get discarded by browsers.
Diffstat (limited to 'lib/uploadify/uploadify.allglyphs.php')
| -rw-r--r-- | lib/uploadify/uploadify.allglyphs.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
