Home
last modified time | relevance | path

Searched refs:config_cache_maxfiles (Results 1 – 1 of 1) sorted by relevance

/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php175 public $config_cache_maxfiles = null; variable in phpthumb
803 … 1048576, 2)).' MB; '.(null === $this->config_cache_maxfiles ? 'NULL' : number_format($this->confi…
822 …fig_cache_maxage > 0) || ($this->config_cache_maxsize > 0) || ($this->config_cache_maxfiles > 0)) {
855 if ($this->config_cache_maxfiles > 0) {
859 if ($TotalCachedFiles > $this->config_cache_maxfiles) {
870 …eys['maxfiles']).' files based on (config_cache_maxfiles='.$this->config_cache_maxfiles.')', __FIL…
4246 …config_cache_maxfiles = '.$this->phpThumbDebugVarDump($this->config_cache_maxfiles);