forked from GithubBackups/vichan
Disable antispam again
This commit is contained in:
parent
9efab5d55a
commit
770748a0d5
@ -1089,7 +1089,7 @@
|
||||
$config['error']['image_hard_limit'] = _('Thread has reached its maximum image limit.');
|
||||
$config['error']['nopost'] = _('You didn\'t make a post.');
|
||||
$config['error']['flood'] = _('Flood detected; Post discarded.');
|
||||
$config['error']['spam'] = _('Your request looks automated; Post discarded. Try refreshing the page.');
|
||||
$config['error']['spam'] = _('Your request looks automated; Post discarded. Try refreshing the page. If that doesn\'t work, please post the board, thread and browser this error occurred on on /operate/.');
|
||||
$config['error']['unoriginal'] = _('Unoriginal content!');
|
||||
$config['error']['muted'] = _('Unoriginal content! You have been muted for %d seconds.');
|
||||
$config['error']['youaremuted'] = _('You are muted! Expires in %d seconds.');
|
||||
@ -1119,7 +1119,7 @@
|
||||
$config['error']['captcha'] = _('You seem to have mistyped the verification.');
|
||||
|
||||
|
||||
// Moderator errors
|
||||
// mod.php errors
|
||||
$config['error']['toomanyunban'] = _('You are only allowed to unban %s users at a time. You tried to unban %u users.');
|
||||
$config['error']['invalid'] = _('Invalid username and/or password.');
|
||||
$config['error']['notamod'] = _('You are not a mod…');
|
||||
|
@ -203,7 +203,7 @@ $config['mask_db_error'] = true;
|
||||
$config['ban_appeals'] = true;
|
||||
$config['show_sages'] = false;
|
||||
$config['katex'] = false;
|
||||
$config['enable_antibot'] = true;
|
||||
$config['enable_antibot'] = false;
|
||||
$config['spam']['unicode'] = false;
|
||||
// 8chan specific mod pages
|
||||
require '8chan-mod-pages.php';
|
||||
|
Loading…
x
Reference in New Issue
Block a user