Increment year in copyright notice.
[squirrelmail.git] / plugins / info / index.php
1 <?php
2 /**
3 * index.php -- Displays the main frameset
4 *
5 * Redirects to the login page.
6 *
7 * @copyright (c) 1999-2005 The SquirrelMail development team
8 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
9 * @version $Id$
10 * @package plugins
11 * @subpackage info
12 */
13
14 header("Location:../../src/login.php\n\n");
15 exit();
16
17 ?>