【建议反馈】禅道12.3.3代码优化建议

2020-07-28 11:24:06
刘先生
  • 访问次数: 11
  • 注册日期: 2020-03-02
  • 最后登录: 2020-07-31
  • 我的积分: 151
  • 门派等级: 无门派

在文件module\common\model.php中的第45行

header("Content-Type: text/html; Language={$this->config->charset}");

建议改成

header("Content-Type: text/html; charset={$this->config->charset}");

因为现在的写法不生效。

沙发
2020-07-28 17:38:37
石洋洋
  • 访问次数: 6467
  • 注册日期: 2011-04-06
  • 最后登录: 2024-04-25
  • 我的积分: 96555
  • 门派等级: 幽灵 等级6 修罗
谢谢反馈,已经提交修改了。
1/1 1