Follow-on: put at least one byte in the fragment so that it doesn't

get discarded by browsers.
This commit is contained in:
Bharat Mediratta
2013-05-09 15:35:17 -04:00
parent 80bb0f2222
commit 5a85bbaf18
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
}