]> 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 89f9bcae8ac2066540a83fcbe9aa13ab32d7b278..df793197cea8d398829fce03eac42a9b8419dd1b 100644 (file)
@@ -1,11 +1,11 @@
 <?php
 
-/**********************************************************************
+/* ********************************************************************
  *  The following configuration has to be within the .htconfig file
  *  and will not be overruled by decisions made in the admin panel.
  * 
  *  See below for variables that may be overruled by the admin panel.
- **********************************************************************/
+ * ********************************************************************/
 
 // Set the following for your MySQL installation
 // Copy or rename this file to .htconfig.php
@@ -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}}';
@@ -30,11 +35,11 @@ $a->config['php_path'] = '{{$phpath}}';
 
 $a->path = '{{$urlpath}}';
 
-/***********************************************************************
+/* *********************************************************************
  *  The configuration below will be overruled by the admin panel.
  *  Changes made below will only have an effect if the database does
  *  not contain any configuration for the friendica system.
- ***********************************************************************/
+ * *********************************************************************/
  
 // Choose a legal default timezone. If you are unsure, use "America/Los_Angeles".
 // It can be changed later and only applies to timestamps for anonymous viewers.
@@ -79,7 +84,7 @@ $a->config['system']['rino_encrypt'] = {{$rino}};
 
 // default system theme
 
-$a->config['system']['theme'] = 'duepuntozero';
+$a->config['system']['theme'] = 'vier';
 
 // By default allow pseudonyms