Skip to content

Instantly share code, notes, and snippets.

@bobbravo2
Created September 21, 2015 11:53
Show Gist options
  • Save bobbravo2/8454a1027682cf91a98c to your computer and use it in GitHub Desktop.
Save bobbravo2/8454a1027682cf91a98c to your computer and use it in GitHub Desktop.
if ( php_sapi_name() == 'cli' ) {
//Show errors on WHMCS Cron Job
$display_errors = true;
} else {
//Hide for production
$display_errors = false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment