, Joe Johnson LICENSE: AGPLv2 # # rename this file to options.php for the settings here to go into effect # # CHANGELOG # 160818-0200 - First build # 240802-1250 - Added options to customize PHP error output # # If this option is set to 1, then the error_reporting in php.ini will be ignored and settings below will be used for this directory $PHP_error_reporting_OVERRIDE = 0; # PHP error reporting options, set to 1 to keep the type of error from being displayed, either on-screen or to the error logs. $PHP_error_reporting_HIDE_ERRORS = 0; # STRONGLY advise leaving this value alone, but you do you. $PHP_error_reporting_HIDE_WARNINGS = 0; $PHP_error_reporting_HIDE_PARSES = 0; $PHP_error_reporting_HIDE_NOTICES = 0; $PHP_error_reporting_HIDE_DEPRECATIONS= 0; $use_agent_colors = '1'; # set to 1 to use the agent_screen_colors setting in the system settings ?>