~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, 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:
1
1
<?php
2
 
 
3
 
   /**
4
 
    **  index.php -- Displays the main frameset
5
 
    **
6
 
    **  Copyright (c) 1999-2005 The SquirrelMail development team
7
 
    **  Licensed under the GNU GPL. For full terms see the file COPYING.
8
 
    **
9
 
    **  Redirects to the login page.
10
 
    **
11
 
    **  $Id: index.php,v 1.4.2.2 2004/12/27 15:03:59 kink Exp $
12
 
    **/
13
 
 
14
 
   header("Location:../../../src/login.php\n\n");
15
 
   exit();
16
 
 
17
 
?>
 
2
/**
 
3
 * index.php -- Displays the main frameset
 
4
 *
 
5
 * Copyright (c) 1999-2005 The SquirrelMail Project Team
 
6
 * Licensed under the GNU GPL. For full terms see the file COPYING.
 
7
 *
 
8
 * Redirects to the initial SquirrelMail page.
 
9
 *
 
10
 * @version $Id: index.php,v 1.4.2.4 2005/06/04 21:49:13 jervfors Exp $
 
11
 * @package plugins
 
12
 * @subpackage squirrelspell
 
13
 */
 
14
header("Location:../../../index.php\n\n");
 
15
exit();
 
16
?>
 
 
b'\\ No newline at end of file'