From: <cl...@us...> - 2004-08-30 21:20:43
|
Update of /cvsroot/phpicalendar/phpicalendar/calendars In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29573/calendars Modified Files: publish.ical.php Log Message: Added more hints. Index: publish.ical.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/calendars/publish.ical.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** publish.ical.php 19 Aug 2004 22:12:10 -0000 1.1 --- publish.ical.php 30 Aug 2004 21:20:34 -0000 1.2 *************** *** 27,30 **** --- 27,35 ---- 3. Configure to your liking, and set the URL to (eg): http://localhost/~dietricha/calendar/calendars/publish.php 4. Click the "Publish" button + 5. Some PHP versions require a '?' at the end of the URL (eg): http://localhost/~dietricha/calendar/calendars/publish.php? + + Hints: + 1. PHP 4.3.0 or greater is required + 2. safe_mode = Off needs to be in php.ini Security: |