PDA

View Full Version : Skip language-selection


hes
10-20-2003, 05:29 AM
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.

DirectAdmin Support
10-20-2003, 11:23 AM
Hello,

as root, edit:

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

and set:$default_language = 5; //index of language, starting with zeroto 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