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)) {
                                                 ^^^^^^^

Plugins that return to options.php after save only can pass the token in 
URL.

Thanks.
Fernando.



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
-----
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to