
01-31-2006, 07:48 PM
|
|
|
Join Date: Oct 2005
Posts: 340
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by derekivey
Ok, Open add_site.php, edit_site.php, and toplist_admin.php (2 instances), and find a line like this:
PHP Code:
if ($image_type == "image/gif" OR $image_type == "image/pjpeg" OR $image_type == "image/x-png")
Replace it with:
PHP Code:
if ($image_type == "image/gif" OR $image_type == "image/pjpeg" OR $image_type == "image/jpeg" OR $image_type == "image/x-png")
Let me know if you have anymore problems. I will be updating the zip file in the first post also for this.
Derek
|
YEP, that did it!:-)
Thanks a lot!
|