[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] PHP INFO?
- Subject: Re: [cobalt-users] PHP INFO?
- From: "Matt" <mattm@xxxxxxxxxx>
- Date: Thu May 22 14:05:58 2003
- Organization: Parcom Internet Web Hosting
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Actually I started to play with the php.ini file and I found the best way to
do this is to find this line:
disable_functions =
It should be uncommented..
You add this:
disable_functions = phpinfo
Just the phpinfo part, OR whatever you want delaminated by a comma..
disable_functions = phpinfo, phpinfo2, ETC....
Pretty cool stuff ;-)
Matt