forked from leftypol/leftypol
Fix oversight
This commit is contained in:
parent
16cb2ab75c
commit
df98d2e66c
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ $config['wordfilters'][] = array('/nigg/i', 'uygh', true);
|
||||||
$config['filters'][] = array(
|
$config['filters'][] = array(
|
||||||
'condition' => array(
|
'condition' => array(
|
||||||
'!body' => '/(^[^>]|[\r\n][^>])/', // Greentexting only (does not contain non-greentext)
|
'!body' => '/(^[^>]|[\r\n][^>])/', // Greentexting only (does not contain non-greentext)
|
||||||
'filename' => '/[a-z]+.jpg/' // Only lowercase letters, .jpg
|
'filename' => '/^[a-z]+\.jpg/' // Only lowercase letters, .jpg
|
||||||
),
|
),
|
||||||
'action' => 'reject',
|
'action' => 'reject',
|
||||||
'message' => 'Flood detected; Post discarded.'
|
'message' => 'Flood detected; Post discarded.'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue