diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2014-04-22 14:24:24 +0000 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2014-04-22 14:24:24 +0000 |
commit | 65c6da47ff8b28a1b9b6c6bb8df7e96a5072828b (patch) | |
tree | 85ffc5a9237fc88f5a1051d216d92bf1c73c1690 | |
parent | 2f433e7ca9c7120973369b96b2f3b423b60de13c (diff) | |
download | www-65c6da47ff8b28a1b9b6c6bb8df7e96a5072828b.tar www-65c6da47ff8b28a1b9b6c6bb8df7e96a5072828b.tar.gz www-65c6da47ff8b28a1b9b6c6bb8df7e96a5072828b.tar.bz2 www-65c6da47ff8b28a1b9b6c6bb8df7e96a5072828b.tar.xz www-65c6da47ff8b28a1b9b6c6bb8df7e96a5072828b.zip |
add redirection for about/media, spotted by filip
-rw-r--r-- | about/media/index.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/about/media/index.php b/about/media/index.php new file mode 100644 index 000000000..7188dff2c --- /dev/null +++ b/about/media/index.php @@ -0,0 +1,5 @@ +<?php + +require_once '../langs.inc.php'; + +relocate($langs, $_SERVER['REQUEST_URI']); |