From: <ji...@us...> - 2006-05-03 04:28:20
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4811/phpicalendar/functions Modified Files: init.inc.php Log Message: remove requirement for subdirs in tmp when useing cpath Index: init.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init.inc.php,v retrieving revision 1.98 retrieving revision 1.99 diff -C2 -d -r1.98 -r1.99 *** init.inc.php 3 May 2006 04:27:14 -0000 1.98 --- init.inc.php 3 May 2006 04:28:17 -0000 1.99 *************** *** 41,45 **** $cpath = str_replace('..','',$default_cpath_check); $calendar_path .= "/$cpath"; ! $tmp_dir .= "/$cpath"; } #these need cpath to be set --- 41,45 ---- $cpath = str_replace('..','',$default_cpath_check); $calendar_path .= "/$cpath"; ! # $tmp_dir .= "/$cpath"; } #these need cpath to be set |