~ubuntu-branches/ubuntu/quantal/squirrelmail/quantal

« back to all changes in this revision

Viewing changes to plugins/listcommands/mailout.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2008-09-28 16:33:48 UTC
  • mfrom: (11.1.7 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080928163348-hgxf8au2d4zspabg
Tags: 2:1.4.15-3
Cookies sent over HTTPS will now be confined to HTTPS only
(cookie secure flag) and more support for the HTTPOnly cookie
attribute. Patch taken from upstream release.
(CVE-2008-3663, closes: #499942)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 * Copyright (c) 1999-2006 The SquirrelMail Project Team
6
6
 * Licensed under the GNU GPL. For full terms see the file COPYING.
7
7
 *
8
 
 * $Id: mailout.php,v 1.13.2.9 2006/02/03 22:27:52 jervfors Exp $
 
8
 * $Id: mailout.php 12279 2007-02-27 17:27:12Z kink $
9
9
 * @package plugins
10
10
 * @subpackage listcommands
11
11
 */
73
73
    echo htmlspecialchars('"'.$idents[0]['full_name'].'" <'.$idents[0]['email_address'].'>');
74
74
}
75
75
 
76
 
echo '<br />'
 
76
echo '<br /><br />'
77
77
. '<input type="hidden" name="send_to" value="' . htmlspecialchars($send_to) . '">'
78
78
. '<input type="hidden" name="subject" value="' . htmlspecialchars($subject) . '">'
79
79
. '<input type="hidden" name="body" value="' . htmlspecialchars($body) . '">'
80
80
. '<input type="hidden" name="mailbox" value="' . htmlspecialchars($mailbox) . '">'
81
 
. '<input type="submit" name="send" value="' . _("Send Mail") . '"><br /><br /></center>'
82
 
. '</form></td></tr></table></p></body></html>';
83
 
?>
 
 
b'\\ No newline at end of file'
 
81
. '<input type="submit" name="send" value="' . _("Send Mail") . '"><br /><br />'
 
82
. '</form></td></tr></table></body></html>';
 
83