mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Changed the location to a PHPGW_ constant.
This commit is contained in:
parent
8f015c5087
commit
70173f91f1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user