1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-23 23:20:57 +01:00

allow tripcodes to be disabled

This commit is contained in:
Lorenzo Yario 2024-05-03 15:54:09 -07:00 committed by GitHub
parent ae72ed42ad
commit a7658fe3c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -628,6 +628,9 @@
// Example: Custom secure tripcode.
// $config['custom_tripcode']['##securetrip'] = '!!somethingelse';
//Disable tripcodes. This will make it so all new posts will act as if no tripcode exists.
$config['disable_tripcodes'] = false;
// Allow users to mark their image as a "spoiler" when posting. The thumbnail will be replaced with a
// static spoiler image instead (see $config['spoiler_image']).
$config['spoiler_images'] = false;