* * http://www.radix.net/~cknudsen * * Written by Mark Peters * * -------------------------------------------- * * 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. * \**************************************************************************/ /* $Id$ */ $d1 = strtolower(substr($phpgw_info['server']['app_inc'],0,3)); if($d1 == 'htt' || $d1 == 'ftp' ) { echo 'Failed attempt to break in via an old Security Hole!
'."\n"; $phpgw->common->phpgw_exit(); } unset($d1); $tmp_app_inc = $phpgw_info['server']['app_inc']; $phpgw_info['server']['app_inc'] = $phpgw->common->get_inc_dir('calendar'); if ($phpgw_info['user']['preferences']['calendar']['mainscreen_showevents']) { include($phpgw_info['server']['app_inc'].'/functions.inc.php'); echo "\n".'
'."\n"; echo $phpgw->calendar->mini_calendar($phpgw->calendar->today["day"],$phpgw->calendar->today["month"],$phpgw->calendar->today["year"],"day.php").''; echo '' . '
' . lang(date("F",$phpgw->calendar->today["raw"])).' '.$phpgw->calendar->today["day"].', '.$phpgw->calendar->today["year"].'
'; // $phpgw->calendar->printer_friendly = True; $now = $phpgw->calendar->datetime->makegmttime(0,0,0,$phpgw->calendar->today['month'],$phpgw->calendar->today['day'],$phpgw->calendar->today['year']); $now['raw'] += $phpgw->calendar->datetime->tz_offset; echo $phpgw->calendar->print_day_at_a_glance($now).'
'."\n"; // $phpgw->calendar->printer_friendly = False; echo "\n".'
'."\n"; unset($phpgw->calendar); } $phpgw_info['server']['app_inc'] = $tmp_app_inc; ?>