On 08/27/2010 09:08 PM, Emmanuel Noobadmin wrote:
However, you could possibly lock down PHP further to reduce the possibility of such apps working by using the disabled_function setting to disable the riskier functions which allow shell/command/file operations. Of course depending on how aggressive you are, it could lead to scripts breaking.
You'd have to disable file include() and require(), which would break everything.