The copyright message should be consistent.
[squirrelmail.git] / plugins / squirrelspell / js / index.php
CommitLineData
849bdf42 1<?php
0e18dbeb 2
3 /**
4 ** index.php -- Displays the main frameset
5 **
9eb3fcb3 6 ** Copyright (c) 1999-2005 The SquirrelMail Project Team
0e18dbeb 7 ** Licensed under the GNU GPL. For full terms see the file COPYING.
8 **
9 ** Redirects to the login page.
10 **
11 ** $Id$
ea5f4b8e 12 * @package plugins
13 * @subpackage squirrelspell
0e18dbeb 14 **/
15
537914d5 16 header("Location:../../../src/login.php\n\n");
0e18dbeb 17 exit();
18
e50f5ac2 19?>