diff options
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'; |