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