Roundcube Community Forum

 

Don't want the server option at login

Started by dascribe, February 11, 2013, 10:46:19 AM

Previous topic - Next topic

dascribe

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"

SKaero

Change the $rcmail_config['default_host'] variable in <RC root>/config/main.inc.php.