I have a global in a PHP config file that defines whether the current state is "dev mode" or not:
define("DEV_MODE", true);
I spen