Disable antispam again

This commit is contained in:
8chan 2015-02-27 18:16:38 -08:00
parent 9efab5d55a
commit 770748a0d5
2 changed files with 3 additions and 3 deletions

View File

@ -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…');

View File

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