From: Chuck Hagenbuch Date: Wed, 22 Jul 2009 01:14:40 +0000 (-0400) Subject: first attempt at login working without showing a server list X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=876a1ab5a0a7f33ec2fffd3efa57f511f268707f;p=horde.git first attempt at login working without showing a server list --- diff --git a/imp/lib/api.php b/imp/lib/api.php index 03fcd50ad..8ab20b1d8 100644 --- a/imp/lib/api.php +++ b/imp/lib/api.php @@ -595,6 +595,11 @@ function _imp_authLoginParams() 'type' => 'select', 'value' => $server_list ); + } else { + $params['imp_server_key'] = array( + 'type' => 'hidden', + 'value' => IMP_Auth::getAutoLoginServer(), + ); } /* If dimp/mimp are available, show selection of alternate views. */