Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/demo/
DphpThumb.demo.check.php276 …tyle="color: navy; font-family: monospace;">'.htmlspecialchars($phpThumb->config_imagemagick_path);
277 …ile_exists" >['. (int) (@file_exists($phpThumb->config_imagemagick_path)) .']</sp…
278 …r">['. (int) $phpThumb->file_exists_ignoreopenbasedir($phpThumb->config_imagemagick_path) .']</spa…
279 …e="is_file" >['. (int) (@is_file($phpThumb->config_imagemagick_path)) .']</sp…
280 …s_readable" >['. (int) (@is_readable($phpThumb->config_imagemagick_path)) .']</sp…
281 …executable" >['. (int) (@is_executable($phpThumb->config_imagemagick_path)) .']</sp…
/plugin/photogallery/phpThumb/
Dphpthumb.class.php169 public $config_imagemagick_path = null; variable in phpthumb
1518 $commandline = (null !== $this->config_imagemagick_path ? $this->config_imagemagick_path : '');
1520 …if ($this->config_imagemagick_path && ($this->config_imagemagick_path != $this->realPathSafe($this…
1521 if (@is_executable($this->realPathSafe($this->config_imagemagick_path))) {
1522 …'.$this->config_imagemagick_path.') to $this->realPathSafe($this->config_imagemagick_path) ('.$thi…
1523 $this->config_imagemagick_path = $this->realPathSafe($this->config_imagemagick_path);
1525config_imagemagick_path.') because !is_execuatable($this->realPathSafe($this->config_imagemagick_p…
1528 if (!empty($this->config_imagemagick_path)) {
1529 … file_exists('.$this->config_imagemagick_path.') = '. (int) (@file_exists($this->conf…
1530 …oreopenbasedir('.$this->config_imagemagick_path.') = '. (int) $this->file_exists_ignoreopenbasedir…
[all …]