added autoloading, configurable paste size limit, changed JS to calculate localized comment times instead of UTC
This commit is contained in:
@@ -7,10 +7,13 @@
|
||||
; @license http://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
|
||||
; @version 0.15
|
||||
|
||||
; timelimit between calls from the same IP address in seconds
|
||||
; time limit between calls from the same IP address in seconds
|
||||
traffic_limit = 10
|
||||
traffic_dir = PATH "data"
|
||||
|
||||
; size limit per paste or comment in bytes
|
||||
size_limit = 2000000
|
||||
|
||||
; name of data model class to load and directory for storage
|
||||
; the default model "zerobin_data" stores everything in the filesystem
|
||||
model = zerobin_data
|
||||
|
||||
Reference in New Issue
Block a user