diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2014-04-22 14:52:48 +0000 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2014-04-22 14:52:48 +0000 |
commit | bc256242d68bd9d8f2d8a18fd1e87e796fe00e74 (patch) | |
tree | 8e4c3ad5f92ee2a1378f83b947bd1a55ff9f7f03 /about/media | |
parent | 65c6da47ff8b28a1b9b6c6bb8df7e96a5072828b (diff) | |
download | www-bc256242d68bd9d8f2d8a18fd1e87e796fe00e74.tar www-bc256242d68bd9d8f2d8a18fd1e87e796fe00e74.tar.gz www-bc256242d68bd9d8f2d8a18fd1e87e796fe00e74.tar.bz2 www-bc256242d68bd9d8f2d8a18fd1e87e796fe00e74.tar.xz www-bc256242d68bd9d8f2d8a18fd1e87e796fe00e74.zip |
fix file
Diffstat (limited to 'about/media')
-rw-r--r-- | about/media/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/about/media/index.php b/about/media/index.php index 7188dff2c..190e09701 100644 --- a/about/media/index.php +++ b/about/media/index.php @@ -1,5 +1,5 @@ <?php -require_once '../langs.inc.php'; +require_once '../../langs.inc.php'; relocate($langs, $_SERVER['REQUEST_URI']); |