~ubuntu-branches/ubuntu/karmic/squirrelmail/karmic

« back to all changes in this revision

Viewing changes to include/options/display.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2006-07-04 14:49:23 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060704144923-w5l1xdbivclpkmda
Tags: 2:1.4.7-1
* New upstream bugfix release.
  + Addresses some low-impact, theoretical or disputed security bugs,
    for which the code is tightened just-in-case:
    - Possible local file inclusion (Closes: #373731, CVE-2006-2842)
    - XSS in search.php (Closes: #375782, CVE-2006-3174)
  + Adds note to db-backend.txt about postgreSQL (Closes: #376605).

* Checked for standards version to 3.7.2, no changes necessary.
* Update maintainer address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 *
8
8
 * @copyright © 1999-2006 The SquirrelMail Project Team
9
9
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
10
 
 * @version $Id: display.php,v 1.4.2.24 2006/02/03 22:27:51 jervfors Exp $
 
10
 * @version $Id: display.php,v 1.4.2.25 2006/05/06 11:50:46 kink Exp $
11
11
 * @package squirrelmail
12
12
 */
13
13
 
327
327
 
328
328
    $optvals[SMOPT_GRP_MESSAGE][] = array(
329
329
        'name'    => 'sig_first',
330
 
        'caption' => _("Append Signature before Reply/Forward Text"),
 
330
        'caption' => _("Prepend Signature before Reply/Forward Text"),
331
331
        'type'    => SMOPT_TYPE_BOOLEAN,
332
332
        'refresh' => SMOPT_REFRESH_NONE
333
333
    );