Reply to Re: class "thinking" that png i txt
Re: class "thinking" that png i txt new!
# Reply
by colin, 12 years, 6 months ago
You PHP instance is wrongly configured, the MIME types detection is incorrect. The function mime_content_type() bases its detection on the mime.magic file, you may want to check that. Note that this is now deprecated in favor of PECL FileInfo, which your sstem doesn't seem to have.