模板酷站

电脑版
提示:原网页已由神马搜索转码, 内容由www.mb5u.com提供.

新建目录为411权限_DedeCms教程

编辑Tag赚U币
教程Tag:暂无Tag,欢迎添加,赚取U币!

新建目录为411权限的解决方法


inc_functions.php里的
MkdirAll($truepath,$mmode)

if(!file_exists($truepath)) return mkdir($truepath,'0'.$mmode);

改为

if(!file_exists($truepath)){
$rs = mkdir($truepath,0777);
return $rs;
}

查看更多 DedeCms教程  织梦模板  织梦DedeCms视频教程  织梦dedecms专题

来源:模板无忧/所属分类:DedeCms教程/更新时间:2007-04-23
最新评论:

暂时还没人评论! 快来抢沙发啊!


匿名评论
相关DedeCms教程

Cms教程搜索