added instantburnafterreading option to address #174

This commit is contained in:
El RIDO 2017-04-11 17:23:26 +02:00
parent ab2e789aee
commit f54036976a
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
5 changed files with 42 additions and 1 deletions

View file

@ -42,6 +42,7 @@ class Configuration
'password' => true,
'fileupload' => false,
'burnafterreadingselected' => false,
'instantburnafterreading' => false,
'defaultformatter' => 'plaintext',
'syntaxhighlightingtheme' => null,
'sizelimit' => 2097152,