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