Adding reminder
[squirrelmail.git] / plugins / spamcop / index.php
CommitLineData
537914d5 1<?php
f3a91d6b 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 */
537914d5 13
14 header("Location:../../src/login.php\n\n");
15 exit();
16
ea5f4b8e 17?>