1、首先找到网站目录下面的/include/arc.archives.class.php 文件;
2、找到 837 行的如下内容;
if ( defined('DEDEMOB') )
{
$mlink = 'view.php?aid='.$preRow['id'];
} else {
$mlink = GetFileUrl($nextRow['id'],$nextRow['typeid'],$nextRow['senddate'],$nextRow['title'],$nextRow['ismake'],$nextRow['arcrank'],
$nextRow['namerule'],$nextRow['typedir'],$nextRow['money'],$nextRow['filename'],$nextRow['moresite'],$nextRow['siteurl'],$nextRow['sitepath']);
}
并将其中的把这一行
$mlink = 'view.php?aid='.$preRow['id'];
修改为
$mlink = 'view.php?aid='.$nextRow['id'];
搞掂
版权声明: 本站资源均来自互联网或会员发布,如果侵犯了您的权益请与我们联系,我们将在24小时内删除!谢谢!