From 70173f91f1d7e55de13356602d9c47cfa3cd846e Mon Sep 17 00:00:00 2001 From: skeeter Date: Sun, 10 Jun 2001 17:07:18 +0000 Subject: [PATCH] Changed the location to a PHPGW_ constant. --- calendar/ical_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/ical_test.php b/calendar/ical_test.php index ea5bfa7e0f..554e4332bc 100755 --- a/calendar/ical_test.php +++ b/calendar/ical_test.php @@ -16,7 +16,7 @@ $phpgw_info['flags']['currentapp'] = 'calendar'; include('../header.inc.php'); - $icsfile='/home/httpd/html/phpgroupware/calendar/inc/vcal1.ics'; + $icsfile=PHPGW_APP_INC.'/vcal1.ics'; $fp=fopen($icsfile,'r'); $contents = explode("\n",fread ($fp, filesize($icsfile))); fclose($fp);