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()); /**