aboutsummaryrefslogtreecommitdiffstats
path: root/downloads
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-11-25 13:16:54 +0000
committerRomain d'Alverny <rda@mageia.org>2011-11-25 13:16:54 +0000
commit67b1868874aaa5e9b78088b544d975e00fb9cd8e (patch)
tree8171b458d3c7e0b5dc89fc3a73a5e2f8def354fb /downloads
parentcc6a7e3e861955ac85da0bb3050bba67d3ae7c3b (diff)
downloadwww-67b1868874aaa5e9b78088b544d975e00fb9cd8e.tar
www-67b1868874aaa5e9b78088b544d975e00fb9cd8e.tar.gz
www-67b1868874aaa5e9b78088b544d975e00fb9cd8e.tar.bz2
www-67b1868874aaa5e9b78088b544d975e00fb9cd8e.tar.xz
www-67b1868874aaa5e9b78088b544d975e00fb9cd8e.zip
fix include path
Diffstat (limited to 'downloads')
-rw-r--r--downloads/get/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/downloads/get/index.php b/downloads/get/index.php
index b48e56cc0..f5919641c 100644
--- a/downloads/get/index.php
+++ b/downloads/get/index.php
@@ -1,4 +1,4 @@
<?php
-require_once '../langs.inc.php';
+require_once '../../langs.inc.php';
relocate($langs, $_SERVER['REQUEST_URI']); \ No newline at end of file