Re: [SM-USERS] About new security in SquirrelMail 1.4.20rc2

2009-09-12 Thread Paul Lesniewski
Please, consider to change in /src/options.php the line if (!sqgetGlobalVar('smtoken',$submitted_token, SQ_POST)) {                                                  ^^^ for if (!sqgetGlobalVar('smtoken',$submitted_token,

Re: [SM-USERS] About new security in SquirrelMail 1.4.20rc2

2009-09-11 Thread Paul Lesniewski
On Fri, Sep 11, 2009 at 11:47 AM, Fernando Gozalo wrote: > El 11/09/09 19:51, Paul Lesniewski escribió: >> On Fri, Sep 11, 2009 at 1:35 AM, Fernando Gozalo  wrote: >>> Hello: >>> >>> Please, consider to change in /src/options.php the line >>> >>> if (!sqgetGlobalVar('smtoken',$submitted_token, SQ_

Re: [SM-USERS] About new security in SquirrelMail 1.4.20rc2

2009-09-11 Thread Fernando Gozalo
El 11/09/09 19:51, Paul Lesniewski escribió: > On Fri, Sep 11, 2009 at 1:35 AM, Fernando Gozalo wrote: >> Hello: >> >> Please, consider to change in /src/options.php the line >> >> if (!sqgetGlobalVar('smtoken',$submitted_token, SQ_POST)) { >> ^

Re: [SM-USERS] About new security in SquirrelMail 1.4.20rc2

2009-09-11 Thread Paul Lesniewski
On Fri, Sep 11, 2009 at 1:35 AM, Fernando Gozalo wrote: > Hello: > > Please, consider to change in /src/options.php the line > > if (!sqgetGlobalVar('smtoken',$submitted_token, SQ_POST)) { >                                                 ^^^ > for > > if (!sqgetGlobalVar('smtoken',$submitted_

[SM-USERS] About new security in SquirrelMail 1.4.20rc2

2009-09-11 Thread Fernando Gozalo
Hello: Please, consider to change in /src/options.php the line if (!sqgetGlobalVar('smtoken',$submitted_token, SQ_POST)) { ^^^ for if (!sqgetGlobalVar('smtoken',$submitted_token, SQ_FORM)) { ^^^