destoon模板内容包含不安全写法,如何通过FTP修改模板的解决方法

  2020-05-27    阅读:123
 有些客户在修改destoon模板的时候,会报模版内容包含不安全写法,请通过FTP修改模版,怎么处理呢,下面小编告诉你方法

找到admin目录下的template.inc.php 文件中这里边有一个flie的关键词

function template_safe($content) {
//if(preg_match(“/(file_put|file_get|fwrite|fread|file\(|eval)/i”, $content)) msg(‘模板内容包含不安全写法,请通过FTP修改模板’);
$content = stripslashes($content);
$content = str_replace(array(‘0x’, ‘select’,’update’, ‘replace’, ‘delete’, ‘substring’, ‘substr’), array(‘0x’, ‘select’, ‘update’, ‘replace’, ‘delete’, ‘substring’, ‘substr’), $content);
return $content;
}

在使用中js调用路径里都包含有 file,所以提示这个信息,把file这个关键字检测删除了。就OK了!

免责声明:
本站部份内容系网友自发上传与转载,不代表本网赞同其观点;
如涉及内容、版权等问题,请在30日内联系,我们将在第一时间删除内容!

相关Destoon技术

(c)2012-2023 www.qiyeyunshang.com All Rights Reserved.
慧一科技destoon模板   辽ICP备2021002520号-1
  QQ咨询

购买模板 售前咨询

  咨询QQ

3292628658
(早8:30-晚10:00)

  微信咨询

咨询微信
客服微信

  返回顶部