aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads/get/index.php
diff options
context:
space:
mode:
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);