第8行或者搜索:
$cfg_not_allowall ="php|pl|cgi|asp|aspx|jsp|php3|shtm|shtml";
替换成
$cfg_not_allowall ="php|pl|cgi|asp|aspx|jsp|php3|shtm|shtml|htm|html";
第二处:搜索:
$image_dd =@getimagesize($$_key);
if($image_dd ==false){continue;}
添加后如下:
|
备注:修改前请做好备份。
第8行或者搜索:
$cfg_not_allowall ="php|pl|cgi|asp|aspx|jsp|php3|shtm|shtml";
替换成
$cfg_not_allowall ="php|pl|cgi|asp|aspx|jsp|php3|shtm|shtml|htm|html";
第二处:搜索:
$image_dd =@getimagesize($$_key);
if($image_dd ==false){continue;}
添加后如下:
|
备注:修改前请做好备份。