Revise plugin documentation. Mainly, this removes remains of documentation
[squirrelmail.git] / plugins / translate / index.php
CommitLineData
2e82f6c4 1<?php
20bc790c 2/**
3 * index.php -- Displays the main frameset
4 *
9eb3fcb3 5 * Copyright (c) 1999-2005 The SquirrelMail Project Team
20bc790c 6 * Licensed under the GNU GPL. For full terms see the file COPYING.
7 *
8 * Redirects to the login page.
9 *
10 * @version $Id$
11 * @package plugins
12 * @subpackage translate
13 */
14header("Location:../../src/login.php\n\n");
15exit();
bb3ecba2 16?>