diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-04-05 20:57:32 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-04-05 20:57:32 +0000 |
commit | 92a1083c8642494abde458d1d3adb67db2796311 (patch) | |
tree | 885abf7ea268e221c2d213857212965b133f0205 /en/downloads/dl.php | |
parent | d505a6b8d779da88426280e606be392168895f4d (diff) | |
download | www-92a1083c8642494abde458d1d3adb67db2796311.tar www-92a1083c8642494abde458d1d3adb67db2796311.tar.gz www-92a1083c8642494abde458d1d3adb67db2796311.tar.bz2 www-92a1083c8642494abde458d1d3adb67db2796311.tar.xz www-92a1083c8642494abde458d1d3adb67db2796311.zip |
3 sec refresh
Diffstat (limited to 'en/downloads/dl.php')
-rw-r--r-- | en/downloads/dl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/downloads/dl.php b/en/downloads/dl.php index 47857606b..b9e233d93 100644 --- a/en/downloads/dl.php +++ b/en/downloads/dl.php @@ -54,7 +54,7 @@ else { $relocation = null; if (!is_null($dl_link)) - $relocation = sprintf('<meta http-equiv="refresh" content="5;%s">', $dl_link); + $relocation = sprintf('<meta http-equiv="refresh" content="3;%s">', $dl_link); $title = 'Mageia 1 beta1'; |