Mercurial > SimpleWebPresenter
comparison constants.inc @ 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 | e9f562a34fa5 |
| children |
comparison
equal
deleted
inserted
replaced
| 124:6766250a0baa | 125:ee939079b8b6 |
|---|---|
| 20 | 20 |
| 21 | 21 |
| 22 if (DEBUG_LEVEL >= VERBOSITY_WARNING) { | 22 if (DEBUG_LEVEL >= VERBOSITY_WARNING) { |
| 23 error_reporting(E_ALL); | 23 error_reporting(E_ALL); |
| 24 ini_set("display_errors", 1); | 24 ini_set("display_errors", 1); |
| 25 ini_set('display_startup_errors', 1); | |
| 25 } | 26 } |
| 26 ?> | 27 ?> |
