aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/index.php b/index.php
index 9412c1e3b..074c1c53a 100644
--- a/index.php
+++ b/index.php
@@ -42,10 +42,6 @@ if (isset($_SERVER['HTTP_ACCEPT_LANGUAGE'])) {
} else {
$lang = ((isset($a->config['system']['language'])) ? $a->config['system']['language'] : 'en');
}
-if(x($_POST,'system_language'))
-if(x($_SESSION,'language'))
- $lang = $_SESSION['language'];
-
load_translation_table($lang);