aboutsummaryrefslogtreecommitdiffstats
path: root/downloads
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-11-25 13:11:49 +0000
committerRomain d'Alverny <rda@mageia.org>2011-11-25 13:11:49 +0000
commit2ceeb6e6645d5ef03d1d3e599133a29bc889b98c (patch)
treed6746bec1265ef3bf8aa2cf2be5e48cc3cb307fd /downloads
parent7049115ce30c2397d721c67952e4166d8754439a (diff)
downloadwww-2ceeb6e6645d5ef03d1d3e599133a29bc889b98c.tar
www-2ceeb6e6645d5ef03d1d3e599133a29bc889b98c.tar.gz
www-2ceeb6e6645d5ef03d1d3e599133a29bc889b98c.tar.bz2
www-2ceeb6e6645d5ef03d1d3e599133a29bc889b98c.tar.xz
www-2ceeb6e6645d5ef03d1d3e599133a29bc889b98c.zip
really rewrite the request
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