View Single Post
Old 11-11-2010, 08:53 PM   #59
ldolse
Wizard
ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.
 
Posts: 1,337
Karma: 123455
Join Date: Apr 2009
Location: Malaysia
Device: PRS-650, iPhone
One other thing, had to add a few mimetypes to mimetypes.php - finfo is not supported in php 5.2:
Code:
		'rtf'   => 'application/rtf',
		'lit'   => 'application/x-ms-reader',
		'doc'   => 'application/msword',
		'zip'   => 'application/zip',
ldolse is offline   Reply With Quote