View Single Post
  #1 (permalink)  
Old 10-09-08, 19:11
George George is offline
BOD Member
 
Join Date: Oct 2008
Posts: 23
Default Disable the phpinfo

To disable the phpinfo first login into server as root user and open the servers main php.ini file

Quote:
#pico php.ini

disable_functions = phpinfo

:wq!

or

Locate the line containing “expose_php On” and set it to Off in php.ini

expose_php = Off
__________________
Regards
George
Reply With Quote