Flip insane default for non-developers

This commit is contained in:
Fred Brennan 2022-08-29 11:48:38 -04:00 committed by -
parent fdc574906a
commit 2bc1a32105
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@ vichan - A lightweight and full featured PHP imageboard.
**Vichan has next to no active development<!--, however you can still pay for support. Basic support costs $40/hr, and is only payable in BTC. New features depend on what you want. Email COPYPASTE &lt;AT&gt; KITTENS &lt;DOT&gt; PH if you're interested&mdash;Vichan forks such as OpenIB are included in this offer-->.**
As of 29 August 2022, though, it supports PHP8.1.
About
------------
vichan is a free light-weight, fast, highly configurable and user-friendly

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;