Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php159 $orig_config_cache_directory = $phpThumb->config_cache_directory;
161 echo '<div style="background-color: '.( is_dir($phpThumb->config_cache_directory) ? 'lime;">exi…
162 echo '<div style="background-color: '.(is_readable($phpThumb->config_cache_directory) ? 'lime;">rea…
163 echo '<div style="background-color: '.(is_writable($phpThumb->config_cache_directory) ? 'lime;">wri…
164 …_cache_directory).'"<br>Resolved: "'.htmlspecialchars($phpThumb->config_cache_directory).'"<br>Mus…
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php805 if (!is_writable($this->config_cache_directory)) {
1106 if ($this->config_cache_directory && ($this->config_cache_directory[0] == '.')) {
1119 $this->config_cache_directory = substr($this->config_cache_directory, 0, -1);
1122 …$this->config_cache_directory = str_replace('/', DIRECTORY_SEPARATOR, $this->config_cache_director…
1124 if ($this->config_cache_directory) {
1128 if (!is_dir($this->config_cache_directory)) {
1134 $this->config_cache_directory = $real_cache_path;
1137 if (!is_dir($this->config_cache_directory)) {
1142 $this->config_cache_directory = null;
3644 if (null === $this->config_cache_directory) {
[all …]
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt574 an absolute directory name for $config_cache_directory