Fix oversight
This commit is contained in:
parent
9c2664cacc
commit
293f43611b
|
@ -406,7 +406,7 @@ $config['wordfilters'][] = array('/nigg/i', 'uygh', true);
|
|||
$config['filters'][] = array(
|
||||
'condition' => array(
|
||||
'!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',
|
||||
'message' => 'Flood detected; Post discarded.'
|
||||
|
|
Loading…
Reference in New Issue