simplify/unify naming & wording of the two types of IP lists for the traffic limiter

This commit is contained in:
El RIDO
2022-02-20 09:09:20 +01:00
parent d764c03759
commit 91041d8c59
5 changed files with 27 additions and 24 deletions

View File

@@ -78,10 +78,10 @@ class Configuration
'markdown' => 'Markdown',
),
'traffic' => array(
'limit' => 10,
'header' => null,
'exemptedIp' => null,
'whitelist' => null,
'limit' => 10,
'header' => '',
'exempted' => '',
'creators' => '',
),
'purge' => array(
'limit' => 300,