diff options
author | Friendika <info@friendika.com> | 2011-04-03 20:41:40 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-03 20:41:40 -0700 |
commit | 9b50b0e16f2046b91cb4c734c56024524d8b178b (patch) | |
tree | 524efc50013a7fd50960adc9092090a2270263ea /index.php | |
parent | b500da74b675bc3f88e392573d6602f3e7d94e03 (diff) | |
download | volse-hubzilla-9b50b0e16f2046b91cb4c734c56024524d8b178b.tar.gz volse-hubzilla-9b50b0e16f2046b91cb4c734c56024524d8b178b.tar.bz2 volse-hubzilla-9b50b0e16f2046b91cb4c734c56024524d8b178b.zip |
Public exposure warning on affected network group pages. config-able so a plugin can shut it up.
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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); |