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

« back to all changes in this revision

Viewing changes to plugins/sent_subfolders/index.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst, Jeroen van Wolffelaar, Thijs Kinkhorst
  • Date: 2005-08-15 21:06:00 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050815210600-qxvat452exjqg64j
Tags: 2:1.4.5-2
[ Jeroen van Wolffelaar ]
* Restore squirrelmail-configure manpage, accidently dropped in -1
* Use debhelper compat level 4

[ Thijs Kinkhorst ]
* Drop obsolete symlink for attachment dir.
* Do not ship upstream README, which contains hardly any information
  relevant to Debian. Extend README.Debian a bit. Thanks W. Borgert.
* Add years to copyright statement.

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-2005 The SquirrelMail development team
 
6
    **  Copyright (c) 1999-2005 The SquirrelMail Project 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.2.2.2 2004/12/27 15:03:58 kink Exp $
 
11
    **  $Id: index.php,v 1.2.2.3 2005/02/27 23:45:27 jervfors Exp $
12
12
    **/
13
13
 
14
14
   header("Location:../../src/login.php\n\n");