Skip language-selection

hes

New member
Joined
Oct 20, 2003
Messages
1
Hi, I'm a newbie in DA

I wonder is there a possibility to lock the language in the webmail login-screen. Our members all speak the same language and have to select their home language every time they login.
It would be nice to lock that to the desired language so that you can skip the language-selection.

hes.
 
Hello,

as root, edit:

/var/www/html/webmail/inc/config.languages.php

and set:
Code:
$default_language                        = 5; //index of language, starting with zero
to the index of the language you want to have show up as default. English is the 5th item down, so "5" is used. Just find the index # of the language you want and change "$default_language" to that number.

John
 
Back
Top