mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
14 lines
635 B
PHP
14 lines
635 B
PHP
<?php
|
|
/***************************************************************************\
|
|
* EGroupWare - EMailAdmin
|
|
* @link http://www.egroupware.org
|
|
* @package emailadmin
|
|
* @author Klaus Leithoff <kl-AT-stylite.de>
|
|
* @copyright (c) 2009-10 by Klaus Leithoff <kl-AT-stylite.de>
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @version $Id$
|
|
\***************************************************************************/
|
|
|
|
header('Location: ../index.php?menuaction=emailadmin.emailadmin_ui.index'.
|
|
(isset($_GET['sessionid']) ? '&sessionid='.$_GET['sessionid'].'&kp3='.$_GET['kp3'] : ''));
|