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

« back to all changes in this revision

Viewing changes to src/folders_subscribe.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:
3
3
/**
4
4
 * folders_subscribe.php
5
5
 *
6
 
 * Copyright (c) 1999-2006 The SquirrelMail Project Team
7
 
 * Licensed under the GNU GPL. For full terms see the file COPYING.
8
 
 *
9
6
 * Subscribe and unsubcribe from folders. 
10
7
 * Called from folders.php
11
8
 *
12
 
 * @version $Id: folders_subscribe.php,v 1.28.2.4 2006/02/03 22:27:55 jervfors Exp $
 
9
 * @copyright © 1999-2007 The SquirrelMail Project Team
 
10
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 
11
 * @version $Id: folders_subscribe.php 12537 2007-07-14 18:34:04Z kink $
13
12
 * @package squirrelmail
14
13
 */
15
14
 
 
15
/** This is the folders_subscribe page */
 
16
define('PAGE_NAME', 'folders_subscribe');
 
17
 
16
18
/**
17
19
 * Path for SquirrelMail required files.
18
20
 * @ignore
70
72
sqimap_logout($imapConnection);
71
73
header("Location: $location/folders.php?success=$success");
72
74
 
73
 
?>
 
 
b'\\ No newline at end of file'