forked from leftypol/leftypol
Better error handling/displaying with $config['debug'] and $config['verbose_errors']
This commit is contained in:
parent
62f8ea4813
commit
1d37e81ade
5 changed files with 49 additions and 19 deletions
|
@ -42,7 +42,7 @@
|
|||
|
||||
// Shows some extra information at the bottom of pages. Good for development/debugging.
|
||||
$config['debug'] = false;
|
||||
// For development purposes. All this does is turn 'display_errors' on.
|
||||
// For development purposes. Displays (and "dies" on) all errors and warnings. Turn on with the above.
|
||||
$config['verbose_errors'] = true;
|
||||
|
||||
// Directory where temporary files will be created.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue