main configuration
This commit is contained in:
parent
a708c4fd54
commit
6b3bd2b007
@ -37,19 +37,19 @@ class Configuration
|
||||
*/
|
||||
private static $_defaults = array(
|
||||
'main' => array(
|
||||
'name' => 'PrivateBin',
|
||||
'name' => 'SPT-Aki CodePaste',
|
||||
'basepath' => '',
|
||||
'discussion' => true,
|
||||
'opendiscussion' => false,
|
||||
'password' => true,
|
||||
'fileupload' => false,
|
||||
'fileupload' => true,
|
||||
'burnafterreadingselected' => false,
|
||||
'defaultformatter' => 'plaintext',
|
||||
'syntaxhighlightingtheme' => null,
|
||||
'defaultformatter' => 'syntaxhighlighting',
|
||||
'syntaxhighlightingtheme' => "sons-of-obsidian",
|
||||
'sizelimit' => 10485760,
|
||||
'template' => 'bootstrap',
|
||||
'info' => 'More information on the <a href=\'https://privatebin.info/\'>project page</a>.',
|
||||
'notice' => '',
|
||||
'info' => '',
|
||||
'notice' => 'Note: This is actually a test service Kittens will die if you abuse this service',
|
||||
'languageselection' => false,
|
||||
'languagedefault' => '',
|
||||
'urlshortener' => '',
|
||||
@ -61,7 +61,7 @@ class Configuration
|
||||
'compression' => 'zlib',
|
||||
),
|
||||
'expire' => array(
|
||||
'default' => '1week',
|
||||
'default' => '1day',
|
||||
),
|
||||
'expire_options' => array(
|
||||
'5min' => 300,
|
||||
|
Loading…
x
Reference in New Issue
Block a user