removed $_ variables.
[squirrelmail.git] / plugins / filters / index.php
CommitLineData
09dc6195 1<?php
2
5b4ba967 3/**
4 * index.php -- Displays the main frameset
5 *
6 * Copyright (c) 1999-2004 The SquirrelMail development team
7 * Licensed under the GNU GPL. For full terms see the file COPYING.
8 *
9 * Redirects to the login page.
10 *
11 * @version $Id$
12 * @package plugins
13 * @subpackage filters
14 */
09dc6195 15
537914d5 16 header("Location:../../src/login.php\n\n");
09dc6195 17 exit();
18
15e6162e 19?>