aboutsummaryrefslogtreecommitdiffstats
path: root/about
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2014-04-22 14:24:24 +0000
committerManuel Hiebel <leuhmanu@mageia.org>2014-04-22 14:24:24 +0000
commit65c6da47ff8b28a1b9b6c6bb8df7e96a5072828b (patch)
tree85ffc5a9237fc88f5a1051d216d92bf1c73c1690 /about
parent2f433e7ca9c7120973369b96b2f3b423b60de13c (diff)
downloadwww-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
Diffstat (limited to 'about')
-rw-r--r--about/media/index.php5
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']);