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

« back to all changes in this revision

Viewing changes to src/view_header.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
 *
6
6
 * This is the code to view the message header.
7
7
 *
8
 
 * @copyright © 1999-2006 The SquirrelMail Project Team
 
8
 * @copyright © 1999-2007 The SquirrelMail Project Team
9
9
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
10
 
 * @version $Id: view_header.php,v 1.16.2.11 2006/04/14 22:27:08 jervfors Exp $
 
10
 * @version $Id: view_header.php 12537 2007-07-14 18:34:04Z kink $
11
11
 * @package squirrelmail
12
12
 */
13
13
 
 
14
/** This is the view_header page */
 
15
define('PAGE_NAME', 'view_header');
 
16
 
14
17
/**
15
18
 * Path for SquirrelMail required files.
16
19
 * @ignore
136
139
$header = parse_viewheader($imapConnection,$passed_id, $passed_ent_id); 
137
140
view_header($header, $mailbox, $color);
138
141
sqimap_logout($imapConnection);
139
 
?>
 
 
b'\\ No newline at end of file'