mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-29 09:44:28 +01:00
typo
This commit is contained in:
parent
a02d38a5e5
commit
caa8ab1902
@ -90,7 +90,9 @@
|
||||
$config['secure_trip_salt'] = '@#$&^@#)$(*&@!_$(&329-8347';
|
||||
|
||||
// How many seconds before you can post, after the first visit
|
||||
// Does not currently work due to technical limitations; disregard for now
|
||||
$config['lurktime'] = 30;
|
||||
|
||||
// How many seconds between each post
|
||||
$config['flood_time'] = 10;
|
||||
// How many seconds between each post with exactly the same content and same IP
|
||||
@ -614,7 +616,7 @@
|
||||
$config['genpassword_chars'] = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*()_+';
|
||||
|
||||
// Enable embedding (see below)
|
||||
$config['enable_enbedding'] = false;
|
||||
$config['enable_embedding'] = false;
|
||||
|
||||
// Custom embedding (YouTube, vimeo, etc.)
|
||||
// It's very important that you match the full string (with ^ and $) or things will not work correctly.
|
||||
|
Loading…
Reference in New Issue
Block a user