From 2cb476dc378e53c092c82ed30f605893a30f274e Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Thu, 21 Sep 2023 20:44:34 +0900 Subject: [PATCH] Add code that can be uncommented to enable error display for debugging --- index.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.php b/index.php index 701e4ed92..d5df354aa 100644 --- a/index.php +++ b/index.php @@ -34,6 +34,13 @@ * ----------------------------------------------------------------------------- */ +/** + * Uncomment the following line to show error messages. + * This should only be used on crappy hosting with no logging facility. + * You should comment it back as soon as the problem is fixed. + */ +//ini_set('display_errors', true); + /** * Include the autoloader. */