func_test
[php]echo function_exists(“system”)?”SYS_OK”:”SYS_BLOCKED”;echo function_exists(“file_get_contents”)?”FGC_OK”:”FGC_BLOCKED”;echo function_exists(“exec”)?”EXEC_OK”:”EXEC_BLOCKED”;[/php]
[php]echo function_exists(“system”)?”SYS_OK”:”SYS_BLOCKED”;echo function_exists(“file_get_contents”)?”FGC_OK”:”FGC_BLOCKED”;echo function_exists(“exec”)?”EXEC_OK”:”EXEC_BLOCKED”;[/php]