Searched refs:imageInfo (Results 1 – 1 of 1) sorted by relevance
162 $imageInfo = pathinfo($_GET['img']); variable164 isset( $extList[ strtolower( $imageInfo['extension'] ) ] ) &&165 file_exists( $folder.$imageInfo['basename'] )167 $img = $folder.$imageInfo['basename'];189 $imageInfo = pathinfo($img); variable190 $contentType = 'Content-type: '.$extList[ $imageInfo['extension'] ];