From 3b86bcffd37385565eb71321dc9656fa905495f0 Mon Sep 17 00:00:00 2001 From: lbergman Date: Mon, 11 Dec 2000 17:22:13 +0000 Subject: [PATCH] Applied qoutemeta patch git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@881 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/redirect.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redirect.php b/src/redirect.php index a1adc682..1ee3cb02 100644 --- a/src/redirect.php +++ b/src/redirect.php @@ -54,7 +54,7 @@ do_hook ("login_before"); $onetimepad = OneTimePadCreate(strlen($secretkey)); - $key = OneTimePadEncrypt($secretkey, $onetimepad); + $key = OneTimePadEncrypt(qoutemeta($secretkey), $onetimepad); session_register("onetimepad"); // verify that username and password are correct $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0); -- 2.25.1