Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php126 public $config_document_root = null; variable in phpthumb
297 …$this->config_document_root = (!empty($_SERVER['DOCUMENT_ROOT']) ? $_SERVER['DOCUMENT_ROOT'] : $…
1244 array_unshift($allowed_dirs, $this->realPathSafe($this->config_document_root));
1380 if (@is_readable($filename) && !@is_readable($this->config_document_root.$filename)) {
1404 if (preg_match('#^'.preg_quote($this->config_document_root).'#', $filename)) {
1406 …ToAbsolute() NOT prepending $this->config_document_root ('.$this->config_document_root.') to $file…
1408 $AbsoluteFilename = $this->config_document_root.$filename;
1409 …nameToAbsolute() prepending $this->config_document_root ('.$this->config_document_root.') to $file…
1446 …his->realPathSafe($this->config_document_root)).'#i', str_replace('\\', '\\\\', $this->realPathSaf…
1450 …(str_replace(DIRECTORY_SEPARATOR, '/', $this->realPathSafe($this->config_document_root))).'#', $re…
[all …]
H A DphpThumb.php57 …$nice_docroot = str_replace(DIRECTORY_SEPARATOR, '/', rtrim($phpThumb->config_document_root, '/\…