aboutsummaryrefslogtreecommitdiffstats
path: root/about
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2013-12-29 19:13:16 +0000
committerManuel Hiebel <leuhmanu@mageia.org>2013-12-29 19:13:16 +0000
commitc2a4a92cbcb82fab386dedfb74502d9456f66bf0 (patch)
treee9ce0432fcfdfb1d44a161e5f0f83c893ba1b01a /about
parent7b4a6b7da6f6ab2501eb1d9d8cba59a2a215bd36 (diff)
downloadwww-c2a4a92cbcb82fab386dedfb74502d9456f66bf0.tar
www-c2a4a92cbcb82fab386dedfb74502d9456f66bf0.tar.gz
www-c2a4a92cbcb82fab386dedfb74502d9456f66bf0.tar.bz2
www-c2a4a92cbcb82fab386dedfb74502d9456f66bf0.tar.xz
www-c2a4a92cbcb82fab386dedfb74502d9456f66bf0.zip
use autorediction to lang page
Diffstat (limited to 'about')
-rw-r--r--about/index.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/about/index.php b/about/index.php
index e378166f2..7188dff2c 100644
--- a/about/index.php
+++ b/about/index.php
@@ -1,4 +1,5 @@
<?php
-header('Location: /en/about/');
-die;
+require_once '../langs.inc.php';
+
+relocate($langs, $_SERVER['REQUEST_URI']);