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