git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13880
7612ce4b-ef26-0410-bec9-
ea0150e637f0
- Implemented page referal verification mechanism. (Secunia Advisory SA34627)
- Implemented security token system. (Secunia Advisory SA34627)
- Fix issue with multi-part related messages not showing all attachments (#2830140).
+ - Fix for security token missing in newmail plugin (#2919418).
Version 1.5.1 (branched on 2006-02-12)
--------------------------------------
html_tag( 'td',
'<input type="hidden" name="optmode" value="submit" />' .
'<input type="hidden" name="optpage" value="newmail" />' .
+ '<input type="hidden" name="smtoken" value="' . sm_generate_security_token() . '" />' .
'<input type="submit" value="' . _("Submit") . '" name="submit_newmail" />',
'left' )
) . "\n";