mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 04:24:41 +01:00
17 lines
1.1 KiB
PHP
17 lines
1.1 KiB
PHP
<?php
|
|
/**************************************************************************\
|
|
* eGroupWare - FeLaMiMail *
|
|
* http://www.egroupware.org *
|
|
* http://www.phpgw.de *
|
|
* http://www.linux-at-work.de *
|
|
* Written by Lars Kneschke [lkneschke@linux-at-work.de] *
|
|
* ----------------------------------------------- *
|
|
* This program is free software; you can redistribute it and/or modify it *
|
|
* under the terms of the GNU General Public License as published by the *
|
|
* Free Software Foundation; either version 2 of the License, or (at your *
|
|
* option) any later version. *
|
|
\**************************************************************************/
|
|
/* $Id$ */
|
|
header('Location: ../index.php?menuaction=felamimail.uifelamimail.viewMainScreen'.
|
|
(isset($_GET['sessionid']) ? '&sessionid='.$_GET['sessionid'].'&kp3='.$_GET['kp3'] : ''));
|