2013-02-08 20:11:44 +01:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* EGroupware - Mail - Index
|
|
|
|
*
|
|
|
|
* @link http://www.egroupware.org
|
|
|
|
* @package mail
|
2016-10-08 14:32:58 +02:00
|
|
|
* @author EGroupware GmbH [info@egroupware.org]
|
2013-02-08 20:11:44 +01:00
|
|
|
* @version 1.0
|
2016-10-08 14:32:58 +02:00
|
|
|
* @copyright (c) 2013-2016 by EGroupware GmbH <info-AT-egroupware.org>
|
2013-02-08 20:11:44 +01:00
|
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
|
|
* @version $Id$
|
|
|
|
*/
|
|
|
|
header('Location: ../index.php?menuaction=mail.mail_ui.index'.
|
|
|
|
(isset($_GET['sessionid']) ? '&sessionid='.$_GET['sessionid'].'&kp3='.$_GET['kp3'] : ''));
|