本站最近一段时间在改版,如果你在浏览的过程中遇到无法访问的情况,还请见谅! [07-05-07 0:49:25]
当前位置:首 页 >> 网络编程 >> PHP >> 如何屏蔽掉 phpinfo() 函数






在 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 
如何屏蔽掉 phpinfo() 函数
作者: 发布时间:04-11-22 浏览次数:1080 [ ]



相关附件:无 相关文章[]: 下一篇:[04-11-22] 怎样使MySQL安全以对抗解密高手 上一篇:[04-11-22] PHP中通过ADO调用Asscess数据库 相关评论:
添加评论