aboutsummaryrefslogtreecommitdiffstats
path: root/downloads
diff options
context:
space:
mode:
Diffstat (limited to 'downloads')
-rw-r--r--downloads/get/index.php4
-rw-r--r--downloads/index.php5
2 files changed, 9 insertions, 0 deletions
diff --git a/downloads/get/index.php b/downloads/get/index.php
new file mode 100644
index 000000000..f5919641c
--- /dev/null
+++ b/downloads/get/index.php
@@ -0,0 +1,4 @@
+<?php
+
+require_once '../../langs.inc.php';
+relocate($langs, $_SERVER['REQUEST_URI']); \ No newline at end of file
diff --git a/downloads/index.php b/downloads/index.php
new file mode 100644
index 000000000..980d7fde7
--- /dev/null
+++ b/downloads/index.php
@@ -0,0 +1,5 @@
+<?php
+
+require_once '../langs.inc.php';
+
+relocate($langs, $_SERVER['REQUEST_URI']); \ No newline at end of file