Leya 发表于 2008-3-30 10:28:16

DZ6.0.0正式版实现游客只能查看图片附件但不能下载RAR附件

打开:viewthread.php
查找: $allowgetattach = !empty($forum['allowgetattach']) || ($allowgetattach && !$forum['getattachperm']) || forumperm($forum['getattachperm']);
替换为: $allowgetattach = !$discuz_uid || !empty($forum['allowgetattach']) || ($allowgetattach && !$forum['getattachperm']) || forumperm($forum['getattachperm']);
页: [1]
查看完整版本: DZ6.0.0正式版实现游客只能查看图片附件但不能下载RAR附件