<?php
/******************************************************************************/
/* MODUL: todo/index.php4 */
/* */
/* DATUM: 27.03.2006, Version 0.1 */
/* BESCHR.: Haupteinstiegsseite nach Login oder bei Aufruf einer nicht */
/* fuer die Gruppe freigegebenen Seite */
/* */
/* AUTOR: Marcus Groh */
/* LIZENZ: GPL v2 vom Juni 1991 */
/* */
/* AENDERUNGEN: xx.xx.2003 -initiale Version */
/* 27.03.2006 v 0.1, -Versionskennzeichnung eingefuehrt */
/* -Code unter GPL v2 gestellt */
/* */
/******************************************************************************/
$allowed_groups=array("elw","san","trans","reg","sons");
include ('../_include/header_1.php4');
include ('../_include/footer_1.php4');
?>