mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Add code that can be uncommented to enable error display for debugging
This commit is contained in:
parent
5a61bc62d3
commit
2cb476dc37
1 changed files with 7 additions and 0 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue