]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/htconfig.tpl
update to fullCalendar 3.0.1, frio: cal list view, frio: cal month hover
[friendica.git] / view / templates / htconfig.tpl
index cbbd14dc4eadc1cf1357282140b83cf3ffd4ce56..df793197cea8d398829fce03eac42a9b8419dd1b 100644 (file)
@@ -15,6 +15,11 @@ $db_user = '{{$dbuser}}';
 $db_pass = '{{$dbpass}}';
 $db_data = '{{$dbdata}}';
 
+// Set the database connection charset to UTF8.
+// Changing this value will likely corrupt the special characters.
+// You have been warned.
+$a->config['system']['db_charset'] = "utf8mb4";
+
 // email adress for the system admin
 
 $a->config['admin_email'] = '{{$adminmail}}';