~ubuntu-branches/ubuntu/hardy/squirrelmail/hardy-updates

« back to all changes in this revision

Viewing changes to plugins/squirrelspell/doc/index.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2005-02-06 21:41:51 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050206214151-z4n1o8mnttgzuj0y
Tags: 2:1.4.4-3
* Move default_pref config file from /var to /etc, as per Debian policy
  (Closes: #293281)
* [JvW] (finally) override two lintian warnings about nonstandard
  permissions that are intentional (Closes: #293366)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
   /**
4
4
    **  index.php -- Displays the main frameset
5
5
    **
6
 
    **  Copyright (c) 1999-2003 The SquirrelMail development team
 
6
    **  Copyright (c) 1999-2005 The SquirrelMail development team
7
7
    **  Licensed under the GNU GPL. For full terms see the file COPYING.
8
8
    **
9
9
    **  Redirects to the login page.
10
10
    **
11
 
    **  $Id: index.php,v 1.5 2003/10/27 22:24:41 tassium Exp $
12
 
    * @package plugins
13
 
    * @subpackage squirrelspell
 
11
    **  $Id: index.php,v 1.4.2.2 2004/12/27 15:03:59 kink Exp $
14
12
    **/
15
13
 
16
14
   header("Location:../../../src/login.php\n\n");