use different variable name in order to preserve original variable data
[squirrelmail.git] / plugins / mail_fetch / index.php
CommitLineData
537914d5 1<?php
4f51df66 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 *
10 * @version $Id$
11 * @package plugins
12 * @subpackage mail_fetch
13 **/
537914d5 14
60683821 15header("Location:../index.php\n\n");
4f51df66 16exit();
537914d5 17
91e0dccc 18?>