Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A DphpThumb.php258 $SourceFilename = $phpThumb->ResolveFilenameToAbsolute($_GET['src']); variable
259 if (is_readable($SourceFilename)) {
260 $md5s = phpthumb_functions::md5_file_safe($SourceFilename);
262 $phpThumb->ErrorImage('ERROR: "'.$SourceFilename.'" cannot be read');
499 $SourceFilename = $phpThumb->ResolveFilenameToAbsolute($phpThumb->src); variable
502 if ($phpThumb->getimagesizeinfo = @getimagesize($SourceFilename)) {
538 …on_exists($theImageCreateFunction) && ($dummyImage = @$theImageCreateFunction($SourceFilename)))) {
551 …$phpThumb->DebugMessage('Would have passed "'.$SourceFilename.'" through directly, but skipping du…
556 header('Last-Modified: '.gmdate('D, d M Y H:i:s', @filemtime($SourceFilename)).' GMT');
560 echo file_get_contents($SourceFilename);
[all …]