utf-8 is already converted by ja_JP extra functions.
[squirrelmail.git] / plugins / squirrelspell / modules / index.php
CommitLineData
849bdf42 1<?php
09bd8597 2
3 /**
4 ** index.php -- Displays the main frameset
5 **
76911253 6 ** Copyright (c) 1999-2003 The SquirrelMail development team
09bd8597 7 ** Licensed under the GNU GPL. For full terms see the file COPYING.
8 **
9 ** Redirects to the login page.
10 **
11 ** $Id$
12 **/
13
537914d5 14 header("Location:../../../src/login.php\n\n");
09bd8597 15 exit();
16
17?>