打开根目录文件:attachment.php
查找:

  1. $attach['filename'] = ‘"’.(strtolower($charset) == ‘utf-8′ && strexists($_SERVER['HTTP_USER_AGENT'], ‘MSIE’) ? urlencode($attach['filename']) : $attach['filename']).’"’;

复制代码

将其替换成:

  1. $attach['filename'] = ‘"ZooPDA-’.(strtolower($charset) == ‘utf-8′ && strexists($_SERVER['HTTP_USER_AGENT'], ‘MSIE’) ? urlencode($attach['filename']) : $attach['filename']).’"’;

复制代码

保存文件,后台更新缓存即可