forked from extern/egroupware
14 lines
418 B
PHP
Executable File
14 lines
418 B
PHP
Executable File
<?php
|
|
/**
|
|
* eGroupWare Calendar
|
|
*
|
|
* @link http://www.egroupware.org
|
|
* @author Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
|
* @package calendar
|
|
* @copyright (c) 2005-8 by Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @version $Id$
|
|
*/
|
|
|
|
header('Location: ../index.php?menuaction=calendar.calendar_uiviews.index');
|