# HG changeset patch # User Tom Fredrik Blenning Klaussen # Date 1672185805 -3600 # Node ID ee939079b8b6464db5bbd83839f76e6ba5fd92a7 # Parent 6766250a0baadd2345ef1db8ad0098603f87ee62 A little bit more verbosity in debugging. diff -r 6766250a0baa -r ee939079b8b6 constants.inc --- a/constants.inc Fri Dec 29 19:59:22 2017 +0100 +++ b/constants.inc Wed Dec 28 01:03:25 2022 +0100 @@ -22,5 +22,6 @@ if (DEBUG_LEVEL >= VERBOSITY_WARNING) { error_reporting(E_ALL); ini_set("display_errors", 1); + ini_set('display_startup_errors', 1); } ?>