2000-08-18 05:24:22 +02:00
|
|
|
<?php
|
2010-01-31 00:57:03 +01:00
|
|
|
/**
|
|
|
|
* EGgroupware administration
|
|
|
|
*
|
|
|
|
* @link http://www.egroupware.org
|
|
|
|
* @author Joseph Engo <jengo@phpgroupware.org>
|
|
|
|
* @author Stephen Brown <steve@dataclarity.net> distribute admin across the application directories
|
|
|
|
* @package admin
|
|
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
|
|
* @version $Id$
|
|
|
|
*/
|
2003-08-28 16:16:30 +02:00
|
|
|
|
2014-06-04 22:02:51 +02:00
|
|
|
header('Location: ../index.php?menuaction=admin.admin_ui.index&ajax=true'.
|
2013-10-15 18:53:43 +02:00
|
|
|
(isset($_GET['sessionid']) ? '&sessionid='.$_GET['sessionid'].'&kp3='.$_GET['kp3'] : ''));
|