Changeset 1535 in ExiteCMS
- Timestamp:
- 07/08/08 22:45:41 (4 years ago)
- Location:
- trunk/includes/jscripts/tiny_mce-3.1.0.1/plugins/ibrowser/scripts/phpThumb
- Files:
-
- 2 deleted
- 1 edited
-
cache (deleted)
-
docs (deleted)
-
phpThumb.config.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/jscripts/tiny_mce-3.1.0.1/plugins/ibrowser/scripts/phpThumb/phpThumb.config.php
r1525 r1535 33 33 // Note: this directory must be writable (usually chmod 777 is neccesary) for caching to work. 34 34 // If the directory is not writable no error will be generated but caching will be disabled. 35 $PHPTHUMB_CONFIG['cache_directory'] = dirname(__FILE__).'/ cache/';// set the cache directory relative to the phpThumb() installation35 $PHPTHUMB_CONFIG['cache_directory'] = dirname(__FILE__).'/../../../../../../../files/cache/'; // set the cache directory relative to the phpThumb() installation 36 36 //$PHPTHUMB_CONFIG['cache_directory'] = $PHPTHUMB_CONFIG['document_root'].'/phpthumb/cache/'; // set the cache directory to an absolute directory for all source images 37 37 //$PHPTHUMB_CONFIG['cache_directory'] = './cache/'; // set the cache directory relative to the source image - must start with '.' (will not work to cache URL- or database-sourced images, please use an absolute directory name) … … 45 45 $PHPTHUMB_CONFIG['cache_disable_warning'] = true; // If [cache_directory] is non-existant or not writable, and [cache_disable_warning] is false, an error image will be generated warning to either set the cache directory or disable the warning (to avoid people not knowing about the cache) 46 46 47 $PHPTHUMB_CONFIG['cache_directory_depth'] = 4; // If this larger than zero, cache structure will be broken into a broad directory structure based on cache filename. For example "cache_src012345..." will be stored in "/0/01/012/0123/cache_src012345..." when (cache_directory_depth = 4)47 $PHPTHUMB_CONFIG['cache_directory_depth'] = 0; // If this larger than zero, cache structure will be broken into a broad directory structure based on cache filename. For example "cache_src012345..." will be stored in "/0/01/012/0123/cache_src012345..." when (cache_directory_depth = 4) 48 48 49 49
Note: See TracChangeset
for help on using the changeset viewer.
