egroupware/resources/index.php

21 lines
566 B
PHP
Raw Normal View History

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