1、打开 /include/datalistcp.class.php 文件,找到,大概在244行
$replacement = substr($ra[$i], 0, 2).'<x>'.substr($ra[$i], 2); |
改成
$replacement = substr($ra[$i], 0, 2).substr($ra[$i], 2); |
2、 打开 /include/helpers/filer.helper.php 文件,找到,大概在98行
$replacement = substr($ra[$i], 0, 2).'<x>'.substr($ra[$i], 2); |
改成
$replacement = substr($ra[$i], 0, 2).substr($ra[$i], 2); |
免责声明:本站所有文章和图片均来自用户分享和网络收集,文章和图片版权归原作者及原出处所有,仅供学习与参考,请勿用于商业用途,如果损害了您的权利,请联系网站客服处理。