mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Changed to use get_var().
This commit is contained in:
parent
607dd5b3d9
commit
0bd3848040
@ -99,7 +99,7 @@
|
||||
|
||||
function lang_select()
|
||||
{
|
||||
$ConfigLang = $GLOBALS['HTTP_COOKIE_VARS']['ConfigLang'] ? $GLOBALS['HTTP_COOKIE_VARS']['ConfigLang'] : $GLOBALS['HTTP_POST_VARS']['ConfigLang'];
|
||||
$ConfigLang = get_var('ConfigLang',Array('POST','COOKIE'));
|
||||
|
||||
$select = '<select name="ConfigLang">' . "\n";
|
||||
$languages = get_langs();
|
||||
|
Loading…
Reference in New Issue
Block a user