aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads/dl.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/downloads/dl.php')
-rw-r--r--en/downloads/dl.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/en/downloads/dl.php b/en/downloads/dl.php
new file mode 100644
index 000000000..5f058fd9d
--- /dev/null
+++ b/en/downloads/dl.php
@@ -0,0 +1,4 @@
+<?php
+header('HTTP/1.1 301 Moved Permanently');
+header('Location: /downloads/');
+?> \ No newline at end of file