2005-02-03 17:42:20 +01:00
|
|
|
<?php
|
2009-03-30 10:48:59 +02:00
|
|
|
/**
|
|
|
|
* eGroupWare - resources
|
|
|
|
* http://www.egroupware.org
|
|
|
|
*
|
|
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
|
|
* @package resources
|
|
|
|
* @author Cornelius Weiss <egw@von-und-zu-weiss.de>
|
|
|
|
* @author Lukas Weiss <wnz_gh05t@users.sourceforge.net>
|
|
|
|
* @version $Id$
|
|
|
|
*/
|
2005-02-03 17:42:20 +01:00
|
|
|
|
2009-03-30 10:48:59 +02:00
|
|
|
header('Location: ../index.php?menuaction=resources.ui_resources.index'.
|
|
|
|
(isset($_GET['sessionid']) ? '&sessionid='.$_GET['sessionid'].'&kp3='.$_GET['kp3'] : ''));
|