新建目录为411权限-DEDECMS教程
『 更新时间:2007-04-23 』『 字体:大 中 小 』『 作者:无忧整理 | 来源:模板无忧 』
新建目录为411权限的解决方法
把
inc_functions.php里的
MkdirAll($truepath,$mmode)
www.MB5U_COM
if(!file_exists($truepath)) return mkdir($truepath,'0'.$mmode); Mb5U.com-模板无忧
改为 MB5U_coM
if(!file_exists($truepath)){
$rs = mkdir($truepath,0777);
return $rs;
}
mb5u---Com-模板无忧






评论加载中....