code reuse. moving generic function from plugin to function/plugins.php
[squirrelmail.git] / plugins / info / index.php
CommitLineData
b11fe046 1<?php
2/**
3 * index.php -- Displays the main frameset
4 *
5 * Redirects to the login page.
6 *
9eb3fcb3 7 * @copyright (c) 1999-2005 The SquirrelMail Project Team
b11fe046 8 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
9 * @version $Id$
10 * @package plugins
11 * @subpackage info
12 */
13
14 header("Location:../../src/login.php\n\n");
15 exit();
16
91e0dccc 17?>