Home
last modified time | relevance | path

Searched refs:ApacheLookupURIarray (Results 1 – 3 of 3) sorted by relevance

/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php1388 if ($ApacheLookupURIarray = phpthumb_functions::ApacheLookupURIarray($filename)) {
1389 $AbsoluteFilename = $ApacheLookupURIarray['filename'];
1420 …if ($ApacheLookupURIarray = phpthumb_functions::ApacheLookupURIarray(dirname(@$_SERVER['PHP_SELF']…
1421 $AbsoluteFilename = $ApacheLookupURIarray['filename'].DIRECTORY_SEPARATOR.$filename;
4292 …if ($ApacheLookupURIarray = phpthumb_functions::ApacheLookupURIarray(dirname(@$_SERVER['PHP_SELF']…
4293 foreach ($ApacheLookupURIarray as $key => $value) {
H A Dphpthumb.functions.php502 public static function ApacheLookupURIarray($filename) { function in phpthumb_functions
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt1147 * Bugfix: ApacheLookupURIarray() crashes in CGI mode