Author Topic: Don't want the server option at login  (Read 2856 times)

Offline dascribe

  • Newbie
  • *
  • Posts: 3
Don't want the server option at login
« 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"

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Don't want the server option at login
« Reply #1 on: February 11, 2013, 12:37:32 PM »
Change the $rcmail_config['default_host'] variable in <RC root>/config/main.inc.php.

Offline dascribe

  • Newbie
  • *
  • Posts: 3
Re: Don't want the server option at login
« Reply #2 on: February 11, 2013, 01:29:53 PM »
Success!

thx ;D