Flip insane default for non-developers
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user