From a6c2ec3631c8220c4fdcf7005f9b5a55a2c745f2 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Wed, 3 May 2006 04:27:14 +0000 Subject: remove requirement for subdirs in tmp when useing cpath --- functions/init.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions/init.inc.php') diff --git a/functions/init.inc.php b/functions/init.inc.php index 4beb63a..2ab67de 100644 --- a/functions/init.inc.php +++ b/functions/init.inc.php @@ -40,7 +40,7 @@ if(isset($_REQUEST['cpath'])&& $_REQUEST['cpath'] !=''){ }elseif(isset($default_cpath_check) && $default_cpath_check !='' ){ $cpath = str_replace('..','',$default_cpath_check); $calendar_path .= "/$cpath"; -# $tmp_dir .= "/$cpath"; + $tmp_dir .= "/$cpath"; } #these need cpath to be set #set up specific template folder for a particular cpath -- cgit v1.2.3