This can't be considered beta anymore
[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$
fb579f0b 8 * @copyright (c) 1999-2004 The SquirrelMail Project Team
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
ea5f4b8e 17?>