~ubuntu-branches/ubuntu/intrepid/squirrelmail/intrepid-security

« back to all changes in this revision

Viewing changes to contrib/decrypt_headers.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2006-12-04 09:18:09 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061204091809-f5tmhfdfy71y0cwn
Tags: 2:1.4.9a-1
* New upstream security release.
  - Additionally tightens HTML filter for IE <= 5 parsing
    absolutely everything and it's horse.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 *
6
6
 * @copyright &copy; 2005-2006 The SquirrelMail Project Team
7
7
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
8
 
 * @version $Id: decrypt_headers.php,v 1.1.2.4 2006/04/14 22:27:07 jervfors Exp $
 
8
 * @version $Id: decrypt_headers.php,v 1.1.2.5 2006/10/07 11:58:42 tokul Exp $
9
9
 * @package squirrelmail
10
10
 */
11
11
 
18
18
/**
19
19
 * include SquirrelMail string functions
20
20
 * script needs OneTimePadDecrypt() (functions/strings.php)
21
 
 * and sqgetGlobalVar() (functions/global.php, loaded by strings.php)
 
21
 * and sqgetGlobalVar() (functions/global.php)
22
22
 */
 
23
include_once(SM_PATH.'functions/global.php');
23
24
include_once(SM_PATH.'functions/strings.php');
24
25
 
25
26
/**