From 753019baf27281370e91084d3766e59fa80b66f1 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sun, 6 Oct 2013 20:28:07 +0200 Subject: [PATCH 1/1] 60 chars was too little, 100 chars seems better. For me. --- lib/default.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/default.php b/lib/default.php index cc81910b89..16f384e1c2 100644 --- a/lib/default.php +++ b/lib/default.php @@ -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') -- 2.39.2