- 打开
/include/channelunit.class.php
- 找到大概在35行的
$this->dsql = $GLOBALS['dsql'];
- 在其下方加入
echo $cid."-".$aid; echo "<br />";
- 重新生成,查看提示的文档
- 删除有问题的文档
- 最后删除
/include/channelunit.class.php
中添加的代码


分享服务器维护、抵抗入侵、防篡改、防御攻击、排查后门木马、清理挖矿病毒、网络安全、信息安全、内网安全、数据灾备、网站搬迁、程序升级、威胁情报、网站安全运维的日常知识
/include/channelunit.class.php
$this->dsql = $GLOBALS['dsql'];
echo $cid."-".$aid;
echo "<br />";
/include/channelunit.class.php
中添加的代码