From b324a4071422d20de21be8d3cf1636b152ba0619 Mon Sep 17 00:00:00 2001 From: Steve Clay Date: Sun, 7 Sep 2008 02:56:28 +0000 Subject: [PATCH] config.php : + suggestion for cache path --- min/config.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/min/config.php b/min/config.php index cab60c0..b4aa6a5 100644 --- a/min/config.php +++ b/min/config.php @@ -6,11 +6,13 @@ /** - * For best performance, specify your temp directory here. - * Otherwise Minify will have to load extra code to guess. + * For best performance, specify your temp directory here. Otherwise + * Minify will have to load extra code to guess. Commented out below + * are a few possible choices. */ //$min_cachePath = 'c:\\WINDOWS\Temp'; //$min_cachePath = '/tmp'; +//$min_cachePath = preg_replace('/^\\d+;/', '', session_save_path()); /**