I want to know if there's a way to check in a php script if exec() is enabled or disabled on a server..
Thanks!
if(function_exists('exec')) { echo "exec is enabled"; }