打开 \include\arc.listview.class.php 找到

$tnamerule = preg_replace("/^(.*)\//", '', $tnamerule);

在它的下面加入

global $cfg_basehost;
$cfg_basehost = preg_replace('#/$#','',$cfg_basehost);
$tnamerule = $cfg_basehost.MfTypedir($this->Fields['typedir']).'/'.$tnamerule;

免责声明:本站所有文章和图片均来自用户分享和网络收集,文章和图片版权归原作者及原出处所有,仅供学习与参考,请勿用于商业用途,如果损害了您的权利,请联系网站客服处理。