aboutsummaryrefslogtreecommitdiffstats
path: root/support/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'support/index.php')
-rw-r--r--support/index.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/support/index.php b/support/index.php
new file mode 100644
index 000000000..0f9d8b766
--- /dev/null
+++ b/support/index.php
@@ -0,0 +1,6 @@
+<?php
+
+require_once '../langs.inc.php';
+
+header('Location: /en/support/');
+die; \ No newline at end of file