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

« back to all changes in this revision

Viewing changes to functions/decode/ns_4551_1.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:
11
11
 *
12
12
 * @copyright © 2004-2006 The SquirrelMail Project Team
13
13
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
14
 
 * @version $Id: ns_4551_1.php,v 1.2.2.5 2006/02/03 22:27:47 jervfors Exp $
 
14
 * @version $Id: ns_4551_1.php 12932 2008-02-10 16:49:47Z kink $
15
15
 * @package squirrelmail
16
16
 * @subpackage decode
17
17
 */
32
32
     */
33
33
    return strtr ($string, "[\\]{|}", "������");
34
34
}
35
 
?>
 
 
b'\\ No newline at end of file'