X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fredirect.php;h=97600d23e347a9439b46ad67f1fa2e91932dc827;hb=617a4d89ef9d9761d4472e27871438ff132e2f05;hp=c8af13671c83d6d56448d65f41f85d6d1d755bfd;hpb=9aaa9ae25065b41ecf3dbdf382c4f5dea7e84ffa;p=squirrelmail.git diff --git a/src/redirect.php b/src/redirect.php index c8af1367..97600d23 100644 --- a/src/redirect.php +++ b/src/redirect.php @@ -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 */ /**