mirror of
https://github.com/mrclay/minify.git
synced 2025-08-30 00:59:48 +02:00
config.php : + suggestion for cache path
This commit is contained in:
@@ -6,11 +6,13 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* For best performance, specify your temp directory here.
|
* For best performance, specify your temp directory here. Otherwise
|
||||||
* Otherwise Minify will have to load extra code to guess.
|
* Minify will have to load extra code to guess. Commented out below
|
||||||
|
* are a few possible choices.
|
||||||
*/
|
*/
|
||||||
//$min_cachePath = 'c:\\WINDOWS\Temp';
|
//$min_cachePath = 'c:\\WINDOWS\Temp';
|
||||||
//$min_cachePath = '/tmp';
|
//$min_cachePath = '/tmp';
|
||||||
|
//$min_cachePath = preg_replace('/^\\d+;/', '', session_save_path());
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user