Flip insane default for non-developers

This commit is contained in:
Fred Brennan
2022-08-29 11:48:38 -04:00
parent efd54a20e8
commit 572a11dba7
2 changed files with 3 additions and 1 deletions

View File

@@ -44,7 +44,7 @@
// Shows some extra information at the bottom of pages. Good for development/debugging.
$config['debug'] = false;
// For development purposes. Displays (and "dies" on) all errors and warnings. Turn on with the above.
$config['verbose_errors'] = true;
$config['verbose_errors'] = false;
// Warn about deprecations? See vichan-devel/vichan#363 and https://www.youtube.com/watch?v=9crnlHLVdno
$config['deprecation_errors'] = false;