debugging help

This commit is contained in:
Frank Harris 2026-04-29 18:22:40 -04:00
parent 1881c07860
commit b5e550cb5c
6 changed files with 205 additions and 7 deletions

View file

@ -22,8 +22,9 @@
*
*/
// Report all PHP errors
error_reporting(E_ERROR);
// Error reporting level is managed centrally by includes/debug.php,
// which is loaded via includes/config.inc.php. DEBUG_MODE=true enables E_ALL
// with a visual panel; DEBUG_MODE=false suppresses all output (production).
// Path definitions
define("IMAGES", "images/");