Home
last modified time | relevance | path

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

/dports/finance/prestashop/prestashop/admin/filemanager/include/
H A Dphp_image_magician.php186 private $psdReaderPath; variable in imageLib
256 $this->psdReaderPath = dirname(__FILE__) . '/classPhpPsdReader.php';
3333 if (file_exists($this->psdReaderPath)) {
3334 include_once $this->psdReaderPath;
/dports/www/thirtybees/thirtybees-1.1.0/admin/filemanager/include/
H A Dphp_image_magician.php187 private $psdReaderPath; variable in imageLib
260 $this->psdReaderPath = dirname(__FILE__) . '/classPhpPsdReader.php';
3305 if (file_exists($this->psdReaderPath)) {
3306 include_once($this->psdReaderPath);