咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
1.问题描述:在php站点后台上传图片的时候出现如下错误:chmod() has been disabled for security reasons in
2.由英文字母提示可知是php禁用了chmod()函数,我们找到php.ini中的disable_functions将其中的值chmod删除即可,
3.值得注意的是这些默认被禁用函数是高危函数,请慎重