aboutsummaryrefslogtreecommitdiffstats
path: root/about
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-03-31 09:08:11 +0000
committerRomain d'Alverny <rda@mageia.org>2011-03-31 09:08:11 +0000
commit32c1555f69912b0572e0e1da0b3051475c3a25a3 (patch)
treeb47b75a19b39beec750d5df1d2e8334a9e4c836d /about
parent7f01fbaebfda99a2980d99d09dbad3165985a42b (diff)
downloadwww-32c1555f69912b0572e0e1da0b3051475c3a25a3.tar
www-32c1555f69912b0572e0e1da0b3051475c3a25a3.tar.gz
www-32c1555f69912b0572e0e1da0b3051475c3a25a3.tar.bz2
www-32c1555f69912b0572e0e1da0b3051475c3a25a3.tar.xz
www-32c1555f69912b0572e0e1da0b3051475c3a25a3.zip
default redirections, temp for now
Diffstat (limited to 'about')
-rw-r--r--about/index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/about/index.php b/about/index.php
new file mode 100644
index 000000000..867f19165
--- /dev/null
+++ b/about/index.php
@@ -0,0 +1,7 @@
+<?php
+
+require_once '../langs.inc.php';
+
+header('Location: /en/about/');
+//relocate($langs, 'about/');
+die;