mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-27 17:00:52 +01:00
Flip insane default for non-developers
This commit is contained in:
parent
efd54a20e8
commit
572a11dba7
@ -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 <AT> KITTENS <DOT> PH if you're interested—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
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user