diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-12-21 11:06:02 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-12-21 11:06:02 +0000 |
commit | 7f654144170ce6e352ad67bcab9560370f69f01c (patch) | |
tree | c0dff7b35fab750d989c3b9180d239afa49cb465 /en/downloads/get | |
parent | 3393e206d78dbe4015f1b33623b04c7c28bd051e (diff) | |
download | www-7f654144170ce6e352ad67bcab9560370f69f01c.tar www-7f654144170ce6e352ad67bcab9560370f69f01c.tar.gz www-7f654144170ce6e352ad67bcab9560370f69f01c.tar.bz2 www-7f654144170ce6e352ad67bcab9560370f69f01c.tar.xz www-7f654144170ce6e352ad67bcab9560370f69f01c.zip |
Download JS redirectino takes 6 seconds.
Diffstat (limited to 'en/downloads/get')
-rw-r--r-- | en/downloads/get/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/downloads/get/index.php b/en/downloads/get/index.php index ea3ed5ce0..56bdf14ca 100644 --- a/en/downloads/get/index.php +++ b/en/downloads/get/index.php @@ -72,7 +72,7 @@ try { // TODO do not redirect if it's a bot! $js_redirect = sprintf( - '<script>(function(){setTimeout("document.location=\'%s\';", 3000);})();</script>', + '<script>(function(){setTimeout("document.location=\'%s\';", 6000);})();</script>', $download ); |