到根目錄下找到include文件夾,然后找到uploadsafe.inc.php文件,打開文件,找到第54行的代碼
代碼如下:
if(in_array(strtolower(trim(${$_key.'_type'})), $imtypes))
{
$image_dd = @getimagesize($$_key);/* 把$image_dd 改為$imgage_dd */
if (!is_array($image_dd))
{
exit('upload filetype not allow !');
}
}