HTML fix
[squirrelmail.git] / plugins / squirrelspell / modules / index.php
CommitLineData
849bdf42 1<?php
44d661aa 2/**
3 * index.php -- Displays the main frameset
4 *
9eb3fcb3 5 * Copyright (c) 1999-2005 The SquirrelMail Project Team
44d661aa 6 * Licensed under the GNU GPL. For full terms see the file COPYING.
7 *
7996c920 8 * Redirects to the initial SquirrelMail page.
44d661aa 9 *
10 * @version $Id$
11 * @package plugins
12 * @subpackage squirrelspell
13 */
7996c920 14header("Location:../../../index.php\n\n");
44d661aa 15exit();
16?>