one more identity action to process
[squirrelmail.git] / plugins / bug_report / index.php
CommitLineData
537914d5 1<?php
e1df9174 2/**
3 * index.php -- Displays the main frameset
4 *
5 * Copyright (c) 1999-2005 The SquirrelMail Project Team
6 * Licensed under the GNU GPL. For full terms see the file COPYING.
7 *
8 * Redirects to the login page.
9 * @version $Id$
10 * @package plugins
11 * @subpackage bug_report
12 */
13header("Location:../../index.php\n\n");
14exit();
91e0dccc 15?>