请问首页的这个英文提示是什么意思? 请问首页的这个英文提示是什么意思?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

请问首页的这个英文提示是什么意思?

Started by historic, March 04, 2010, 07:39:45 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

historic

The PHP setting register_globals is enabled on your server, which is a bad idea in terms of security. It's strongly recommended to turn it off. [more]

上述提示出现在首页,好像意思建议我关闭一个东西有利于安全,请问是要我关闭什么?在哪里可以关闭?

THANK YOU!

CapriSkye


skymanlin

 *Link Removed*
*Link Removed*

renp

这个问题,你只要设置一下就没有了

找到php.ini文件,将register_globals = On 修改为 Off
重启Apache2.2服务,再次进入系统


这样就OK了