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