2005-02-03 17:42:20 +01:00
|
|
|
<?php
|
2005-11-11 00:35:55 +01: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
|
|
|
|
2005-06-10 22:40:57 +02:00
|
|
|
$GLOBALS['egw_info']['flags'] = array(
|
2005-02-03 17:42:20 +01:00
|
|
|
'currentapp' => 'resources',
|
|
|
|
'noheader' => True,
|
|
|
|
'nonavbar' => True
|
|
|
|
);
|
|
|
|
include('../header.inc.php');
|
|
|
|
|
2005-06-10 22:40:57 +02:00
|
|
|
$GLOBALS['egw']->redirect_link('/index.php','menuaction=resources.ui_resources.index');
|
2005-03-02 09:50:39 +01:00
|
|
|
|