Changeset 1535 in ExiteCMS


Ignore:
Timestamp:
07/08/08 22:45:41 (4 years ago)
Author:
hverton
Message:

Deleted the phpThumb cache and docs directory, /files/cache is now used

Location:
trunk/includes/jscripts/tiny_mce-3.1.0.1/plugins/ibrowser/scripts/phpThumb
Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/jscripts/tiny_mce-3.1.0.1/plugins/ibrowser/scripts/phpThumb/phpThumb.config.php

    r1525 r1535  
    3333// Note: this directory must be writable (usually chmod 777 is neccesary) for caching to work. 
    3434// 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() installation 
     35$PHPTHUMB_CONFIG['cache_directory'] = dirname(__FILE__).'/../../../../../../../files/cache/'; // set the cache directory relative to the phpThumb() installation 
    3636//$PHPTHUMB_CONFIG['cache_directory'] = $PHPTHUMB_CONFIG['document_root'].'/phpthumb/cache/'; // set the cache directory to an absolute directory for all source images 
    3737//$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) 
     
    4545$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) 
    4646 
    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) 
    4848 
    4949 
Note: See TracChangeset for help on using the changeset viewer.