Add code that can be uncommented to enable error display for debugging

This commit is contained in:
Kijin Sung 2023-09-21 20:44:34 +09:00
parent 5a61bc62d3
commit 2cb476dc37

View file

@ -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. * Include the autoloader.
*/ */