Another XHTML fix
[squirrelmail.git] / plugins / filters / index.php
CommitLineData
09dc6195 1<?php
5b4ba967 2/**
3 * index.php -- Displays the main frameset
4 *
5b4ba967 5 * Redirects to the login page.
6 *
7 * @version $Id$
b2d8bc6c 8 * @copyright (c) 1999-2004 The SquirrelMail Project Team
9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
5b4ba967 10 * @package plugins
11 * @subpackage filters
12 */
09dc6195 13
537914d5 14 header("Location:../../src/login.php\n\n");
09dc6195 15 exit();
16
15e6162e 17?>