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