首页 > 网站 > 建站经验 > 正文

织梦找不到模板引擎禁用标签

2024-04-25 20:31:59
字体:
来源:转载
供稿:网友

INSERT INTO `dede_sysconfig` (`varname`, `info`, `groupid`, `type`, `value`) VALUES ('cfg_disable_funs', '模板引擎禁用PHP函数', 7, 'bstring',

'phpinfo,eval,exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_source,file_put_contents');

INSERT INTO `dede_sysconfig` (`varname`, `info`, `groupid`, `type`, `value`) VALUES ('cfg_disable_tags', '模板引擎禁用标签', 7, 'bstring', 'php');

把这个复制到SQL命令行里面执行就可以看到了。

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