aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php10
1 files changed, 2 insertions, 8 deletions
diff --git a/index.php b/index.php
index 28a39ede5..9dfedcb3e 100644
--- a/index.php
+++ b/index.php
@@ -1,5 +1,6 @@
<?php
/**
+ *
*/
require_once 'langs.inc.php';
@@ -22,11 +23,4 @@ if (isset($_GET['flang']))
die;
}
-require_once 'localeDetection.class.php';
-
-$locale = new ChooseLocale(array_keys($langs));
-
-$locale->setDefaultLocale('en');
-
-header(sprintf('Location: /%s/', $locale->getCompatibleLocale()));
-die; \ No newline at end of file
+relocate($langs); \ No newline at end of file