273d0ea3d7ce939ff221af6b1df722341afcb2b6
[squirrelmail.git] / plugins / squirrelspell / modules / index.php
1 <?php
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 login page.
9 *
10 * @version $Id$
11 * @package plugins
12 * @subpackage squirrelspell
13 */
14 header("Location:../../../src/login.php\n\n");
15 exit();
16 ?>