Update the filters README to point to the new config.php
[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$
6c84ba1e 8 * @copyright (c) 1999-2005 The SquirrelMail Project Team
b2d8bc6c 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
91e0dccc 17?>