aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads/get/index.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-12-21 18:23:03 +0000
committerRomain d'Alverny <rda@mageia.org>2011-12-21 18:23:03 +0000
commitdaea2d1ee6c370a5c88f24dc2070f79f3f24d40f (patch)
tree99fb754d773f7fe2d1b1523f700e297d14ff2a0a /en/downloads/get/index.php
parent3ae94cce6d72c3f2336ddc33c3bf4767f57a4f40 (diff)
downloadwww-daea2d1ee6c370a5c88f24dc2070f79f3f24d40f.tar
www-daea2d1ee6c370a5c88f24dc2070f79f3f24d40f.tar.gz
www-daea2d1ee6c370a5c88f24dc2070f79f3f24d40f.tar.bz2
www-daea2d1ee6c370a5c88f24dc2070f79f3f24d40f.tar.xz
www-daea2d1ee6c370a5c88f24dc2070f79f3f24d40f.zip
+nofollow, need to better manage bots
Diffstat (limited to 'en/downloads/get/index.php')
-rw-r--r--en/downloads/get/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/en/downloads/get/index.php b/en/downloads/get/index.php
index 50341c95d..d21167f09 100644
--- a/en/downloads/get/index.php
+++ b/en/downloads/get/index.php
@@ -63,7 +63,8 @@ try {
}
$download = $one_mirror['mirror_url'] . '/' . $path;
-
+
+ // TODO do not redirect if it's a bot!
$js_redirect = sprintf('<script>(function(){setTimeout("document.location=\'%s\';", 3000);})();</script>',
$download);