aboutsummaryrefslogtreecommitdiffstats
path: root/about
diff options
context:
space:
mode:
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']);