phpDoc and i18n fixes.
[squirrelmail.git] / plugins / listcommands / index.php
... / ...
CommitLineData
1<?php
2
3/**
4 * index.php -- Displays the main frameset
5 *
6 * Copyright (c) 1999-2005 The SquirrelMail Project Team
7 * Licensed under the GNU GPL. For full terms see the file COPYING.
8 *
9 * Redirects to the login page.
10 *
11 * @version $Id$
12 * @package plugins
13 * @subpackage listcommands
14 */
15
16header("Location:../../src/login.php\n\n");
17exit();
18
19?>