Amir
Apr 6 2007, 04:49 AM
hi bro
i want write mod_security for user Filter disable_functions
user not view code
example
$df=@ini_get('disable_functions');
echo "<font color=red>$df</font></b>";
filter : disable_functions
please help me
xerophyte
Apr 9 2007, 06:01 AM
mod_security can only filter the httpd request, it can not filter the php code, so you might need to check how to disable the ini_get for disable_function
hope that helps