首页 > CMS建站 > PhpCMS > 正文

phpcms v9更改上传目录

2020-10-10 21:04:26
字体:
来源:转载
供稿:网友

phpcms/modules/attachment/attachments.php

line:29

原:$attachment = new attachment($module,$catid,$siteid);

现在:$attachment = new attachment($module,$catid,$siteid,$catid.'/');

原:$attachment = new attachment($_POST['module'],$_POST['catid'],$_POST['siteid']);

现在:$attachment = new attachment($_POST['module'],$_POST['catid'],$_POST['siteid'],$_POST['catid'].'/'); //Cuoxin.com

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表