From: Michael M Slusarz Date: Tue, 25 Nov 2008 06:23:10 +0000 (-0700) Subject: These fields are no longer available on login. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2a79e4682b8db3c857ee1ab86d5f69ffd606c5dd;p=horde.git These fields are no longer available on login. --- diff --git a/imp/scripts/custom_login.php b/imp/scripts/custom_login.php index e97f1774f..377f162ac 100644 --- a/imp/scripts/custom_login.php +++ b/imp/scripts/custom_login.php @@ -14,12 +14,6 @@ Secret::setKey(Auth::getProvider() == 'imp' ? 'auth' : 'imp'); // CUSTOMIZE THIS $server_key = 'localhost'; - -$server_value = $servers[$server_key]['server']; -$port_value = $servers[$server_key]['port']; -$protocol_value = $servers[$server_key]['protocol']; -$smtphost_value = $servers[$server_key]['smtphost']; -$smtpport_value = $servers[$server_key]['smtpport']; $url = '/'; // $url = '/' . $registry->get('initial_page','horde'); @@ -29,11 +23,6 @@ $url = '/';
User:
Pass:
- - - - -