install/install.php
@@ -104,10 +104,7 @@ //** Select the language and set default timezone $conf['language'] = $inst->simple_query('Select language', array('en','de'), 'en'); exec('date +%Z', $tmp_out); $conf['timezone'] = $tmp_out[0]; unset($tmp_out); $conf['timezone'] = get_system_timezone(); //* Set defaukt theme $conf['theme'] = 'default';