Searched refs:extList (Results 1 – 1 of 1) sorted by relevance
143 $extList = array(); variable144 $extList['gif'] = 'image/gif';145 $extList['jpg'] = 'image/jpeg';146 $extList['jpeg'] = 'image/jpeg';147 $extList['png'] = 'image/png';164 isset( $extList[ strtolower( $imageInfo['extension'] ) ] ) &&175 isset( $extList[ strtolower( $file_info['extension'] ) ] )190 $contentType = 'Content-type: '.$extList[ $imageInfo['extension'] ];