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

« back to all changes in this revision

Viewing changes to src/printer_friendly_top.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:
6
6
 * top frame of printer_friendly_main.php
7
7
 * displays some javascript buttons for printing & closing
8
8
 *
9
 
 * @copyright © 1999-2006 The SquirrelMail Project Team
 
9
 * @copyright © 1999-2007 The SquirrelMail Project Team
10
10
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
11
 
 * @version $Id: printer_friendly_top.php,v 1.14.2.7 2006/04/14 22:27:08 jervfors Exp $
 
11
 * @version $Id: printer_friendly_top.php 12537 2007-07-14 18:34:04Z kink $
12
12
 * @package squirrelmail
13
13
 */
14
14
 
 
15
/** This is the printer_friendly_top page */
 
16
define('PAGE_NAME', 'printer_friendly_top');
 
17
 
15
18
/**
16
19
 * Path for SquirrelMail required files.
17
20
 * @ignore