[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] PHP INFO?



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