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

2018-09-07 14:52

阅读:290

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

A:路径:(NT和2000)C:\windows(95,98)
在php.ini配置文件里面有这个选项
disable_functions=;Thisdirectiveallowsyoutodisablecertain
;functionsforsecurityreasons.Itreceives
;acommaseparatedlistoffunctionnames.
;Thisdirectiveis*NOT*affectedbywhether
;SafeModeisturnedonoroff.
改成
disble_functions=phpinfo


评论


亲,登录后才可以留言!