Update of /cvsroot/phpicalendar/phpicalendar
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13633
Modified Files:
default_config.php
Log Message:
Use http "last-modified" time on webcals and remove "webcals_hours" config setting
Index: default_config.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/default_config.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** default_config.php 2 Feb 2009 04:11:59 -0000 1.21
--- default_config.php 19 Jun 2009 20:39:46 -0000 1.22
***************
*** 56,60 ****
$this->save_parsed_cals = 'no'; // Saves a copy of the cal in /tmp after it's been parsed. Improves performance.
$this->tmp_dir = '/tmp'; // The temporary directory on your system (/tmp is fine for UNIXes including Mac OS X). Any php-writable folder works.
- $this->webcal_hours = '24'; // Number of hours to cache webcals. Setting to '0' will always re-parse webcals.
// Webdav style publishing
--- 56,59 ----
|