]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
60 chars was too little, 100 chars seems better. For me.
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 6 Oct 2013 18:28:07 +0000 (20:28 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 6 Oct 2013 18:28:07 +0000 (20:28 +0200)
lib/default.php

index cc81910b8974a6d1859b85a3201e895d2e87cc22..16f384e1c20c957f2375f2043fd4cc7111c90786 100644 (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')