Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
Dphpthumb.class.php934 $empty_dirs[$this->realPathSafe($fullfilename)] = 1;
936 unset($empty_dirs[$this->realPathSafe(dirname($fullfilename))]);
1125 $real_cache_path = $this->realPathSafe($this->config_cache_directory);
1212 …if (preg_match('#^'.preg_quote(str_replace(DIRECTORY_SEPARATOR, '/', $this->realPathSafe($one_dir)…
1230 $open_basedirs[$key] = $this->realPathSafe($value);
1244 array_unshift($allowed_dirs, $this->realPathSafe($this->config_document_root));
1247 array_unshift($allowed_dirs, $this->realPathSafe( __DIR__ ));
1250 …$this->DebugMessage('resolvePath: checks disabled, returning '.$this->realPathSafe($path), __FILE_…
1251 return $this->realPathSafe($path);
1310 public function realPathSafe($filename) { function in phpthumb
[all …]
/plugin/photogallery/phpThumb/docs/
Dphpthumb.changelog.txt32 * [bugfix: G167] realPathSafe() issues on Windows