|
|
|
@ -8,7 +8,7 @@ declare(strict_types=1); |
|
|
|
* @license https://mit-license.org/ |
|
|
|
* @license https://mit-license.org/ |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
$show_all_startup_errors = true; // Always, Keep false on LIVE PROD SYS!! |
|
|
|
$show_all_startup_errors = false; // Always, Keep false on LIVE PROD SYS!! |
|
|
|
if ($show_all_startup_errors) { |
|
|
|
if ($show_all_startup_errors) { |
|
|
|
ini_set('display_errors', 1); |
|
|
|
ini_set('display_errors', 1); |
|
|
|
ini_set('display_startup_errors', 1); |
|
|
|
ini_set('display_startup_errors', 1); |
|
|
|
|