Browse Source

Slightly better error message for rate limiting thread creation

pull/40/head
towards-a-new-leftypol 3 years ago
parent
commit
cdf2bd429f
  1. 2
      inc/config.php

2
inc/config.php

@ -358,7 +358,7 @@
'noip' => true,
'find-time' => 60 * 60 * 1,
'action' => 'reject',
'message' => 'Hmmm'
'message' => 'New threads are being created too quickly. Hmmm'
);
// Minimum time between posts by the same IP address (all boards).

Loading…
Cancel
Save