egroupware/resources/index.php

23 lines
1.1 KiB
PHP
Raw Normal View History

2005-02-03 17:42:20 +01:00
<?php
/**************************************************************************\
* eGroupWare - resources - Resource Management System *
* http://www.egroupware.org *
* Written by Lukas Weiss [ichLukas@gmx.net] and *
2005-03-02 09:50:39 +01:00
* Cornelius Weiss <egw@von-und-zu-weiss.de> *
2005-02-03 17:42:20 +01:00
* ----------------------------------------------- *
* 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. *
\**************************************************************************/
$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