Roundcube Community Forum

Release Support => Pending Issues => Topic started by: dascribe on February 11, 2013, 10:46:19 AM

Title: Don't want the server option at login
Post by: dascribe on February 11, 2013, 10:46:19 AM
I found 1 thing on the forum, but it does not tell you what exactly to change. 
I tried experimenting, but nothing seemed to work.
Can somone paste the lines of code and tell me what needs to be changed?

Thanks



"In the main.inc.php file you have to specify what servers

are available.

For one server, just use the name of the server, and the

input box will go away.

For multiple servers, define them as an array and instead

of an input box, a drop-down will show listing all the

servers available.

Alternatively you can modify the template to make the

server input a hidden field and just set the value to

whatever server you want"
Title: Re: Don't want the server option at login
Post by: SKaero on February 11, 2013, 12:37:32 PM
Change the $rcmail_config['default_host'] variable in <RC root>/config/main.inc.php.
Title: Re: Don't want the server option at login
Post by: dascribe on February 11, 2013, 01:29:53 PM
Success!

thx ;D