From 609650a5e790ecd6c1107a8a8924936284a9c010 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 23 Oct 2002 06:39:06 +0000 Subject: Added BASE to files, started 0.8 README --- day.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'day.php') diff --git a/day.php b/day.php index 06ae4bc..22bdd9c 100644 --- a/day.php +++ b/day.php @@ -7,9 +7,10 @@ if (isset($HTTP_GET_VARS['jumpto_day'])) { $getdate = date('Ymd', $jumpto_day_time); } } +define('BASE', './'); $current_view = 'day'; -include('./functions/ical_parser.php'); -if ($minical_view == "current") $minical_view = "day"; +include(BASE.'functions/ical_parser.php'); +if ($minical_view == 'current') $minical_view = 'day'; $starttime = '0500'; $weekstart = 1; -- cgit v1.2.3