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