怎么样可以把 phpinfo()屏蔽掉? - 风吹过的沙 - 编程吧 - Powered by X-Space - Powered by SupeSite

怎么样可以把 phpinfo()屏蔽掉?

上一篇 / 下一篇  2007-04-18 13:52:30 / 个人分类:php

怎么样可以把 phpinfo()屏蔽掉?


Q:怎么样可以把 phpinfo()屏蔽掉?

查找php.ini
在 php.ini 配置文件里面有这个选项
disable_functions = ; This directive allows you to disable certain
; functions for security reasons. It receives
; a comma separated list of function names.
; This directive is *NOT* affected by whether
; Safe Mode is turned on or off.
改成
disble_functions = phpinfo

TAG: php phpinfo

 

评分:0

我来说两句

显示全部

:loveliness: :handshake :victory: :funk: :time: :kiss: :call: :hug: :lol :'( :Q :L ;P :$ :P :o :@ :D :( :)

关于作者