changeset 125:ee939079b8b6

A little bit more verbosity in debugging.
author Tom Fredrik Blenning Klaussen <bfg@bfgconsult.no>
date Wed, 28 Dec 2022 01:03:25 +0100
parents 6766250a0baa
children 7858ceb293d1
files constants.inc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);
 }
 ?>