X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fredirect.php;h=f94525096c3e023dd4159f3155a0644834ee3f7d;hp=c8af13671c83d6d56448d65f41f85d6d1d755bfd;hb=dfc64d149b23ad2e06a10ff4f187ea9ce664bbc9;hpb=9aaa9ae25065b41ecf3dbdf382c4f5dea7e84ffa diff --git a/src/redirect.php b/src/redirect.php index c8af1367..f9452509 100644 --- a/src/redirect.php +++ b/src/redirect.php @@ -5,7 +5,7 @@ * * Derived from webmail.php by Ralf Kraudelt * - * @copyright 1999-2014 The SquirrelMail Project Team + * @copyright 1999-2019 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -71,8 +71,8 @@ if ($force_username_lowercase) { } /* Verify that username and password are correct. */ -global $imapSslOptions; // in case not defined in config -$imapConnection = sqimap_login($login_username, $key, $imapServerAddress, $imapPort, 0, $imapSslOptions); +global $imap_stream_options; // in case not defined in config +$imapConnection = sqimap_login($login_username, $key, $imapServerAddress, $imapPort, 0, $imap_stream_options); /* From now on we are logged it. If the login failed then sqimap_login handles it */ /**