Browse Source

Flip insane default for non-developers

main
Fred Brennan 2 years ago
committed by -
parent
commit
2bc1a32105
  1. 2
      README.md
  2. 2
      inc/config.php

2
README.md

@ -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

2
inc/config.php

@ -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…
Cancel
Save