mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-09-21 21:24:37 -04:00
Merge branch 'api-ip-exempt' of https://github.com/rodehoed/PrivateBin into api-ip-exempt
This commit is contained in:
commit
63d6816c7c
5 changed files with 130 additions and 6 deletions
|
@ -79,9 +79,10 @@ class Configuration
|
|||
'markdown' => 'Markdown',
|
||||
),
|
||||
'traffic' => array(
|
||||
'limit' => 10,
|
||||
'header' => null,
|
||||
'dir' => 'data',
|
||||
'limit' => 10,
|
||||
'header' => null,
|
||||
'dir' => 'data',
|
||||
'exemptedIp' => null,
|
||||
),
|
||||
'purge' => array(
|
||||
'limit' => 300,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue