1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-29 16:49:47 +02:00

config.php : + suggestion for cache path

This commit is contained in:
Steve Clay
2008-09-07 02:56:28 +00:00
parent 026e13b47e
commit b324a40714

View File

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