60 chars was too little, 100 chars seems better. For me.

This commit is contained in:
Mikael Nordfeldth 2013-10-06 20:28:07 +02:00
parent 3000adb33d
commit 753019baf2
1 changed files with 4 additions and 1 deletions

View File

@ -153,6 +153,9 @@ $default =
'dir' => null,
'path'=> null,
'ssl' => null),
'usertheme' =>
array('linkcolor' => 'black',
'backgroundcolor' => 'black'),
'theme_upload' =>
array('enabled' => extension_loaded('zip')),
'javascript' =>
@ -340,7 +343,7 @@ $default =
'external' => 'sometimes'), // Options: 'sometimes', 'never', default = 'sometimes'
'url' =>
array('shortener' => 'internal',
'maxlength' => 60,
'maxlength' => 100,
'maxnoticelength' => -1),
'http' => // HTTP client settings when contacting other sites
array('ssl_cafile' => false, // To enable SSL cert validation, point to a CA bundle (eg '/usr/lib/ssl/certs/ca-certificates.crt')