mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-25 01:04:25 -04:00
Follow-on: put at least one byte in the fragment so that it doesn't
get discarded by browsers.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user