aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--about/index.php3
-rw-r--r--support/index.php2
2 files changed, 0 insertions, 5 deletions
diff --git a/about/index.php b/about/index.php
index 867f19165..e378166f2 100644
--- a/about/index.php
+++ b/about/index.php
@@ -1,7 +1,4 @@
<?php
-require_once '../langs.inc.php';
-
header('Location: /en/about/');
-//relocate($langs, 'about/');
die;
diff --git a/support/index.php b/support/index.php
index 0f9d8b766..cb6482255 100644
--- a/support/index.php
+++ b/support/index.php
@@ -1,6 +1,4 @@
<?php
-require_once '../langs.inc.php';
-
header('Location: /en/support/');
die; \ No newline at end of file