原文来自:https://www.zixuephp.com
DedeCMS Error: (PHP 5.3 and above) Please set request_or
由于在PHP最新的版本中增加了一个配置项目“request_order”,默认值为“GP”,这个存在一定的安全风险。这里我们建议用户将配置更改为“CGP”
可以在phpinfo中查看对应的php.ini配置目录,找到下面选项:
request_order = "GP" 更改为 request_order = "CGP" 是改织梦文件夹include/common.inc.php里面34行那个request_order