Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A 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);
1230 $open_basedirs[$key] = $this->realPathSafe($value);
1247 array_unshift($allowed_dirs, $this->realPathSafe( __DIR__ ));
1251 return $this->realPathSafe($path);
1310 public function realPathSafe($filename) { function in phpthumb
1391 $AbsoluteFilename = $this->realPathSafe($filename);
1521 if (@is_executable($this->realPathSafe($this->config_imagemagick_path))) {
1668 $IMtempSourceFilename = $this->realPathSafe($IMtempSourceFilename);
[all …]
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt32 * [bugfix: G167] realPathSafe() issues on Windows