summaryrefslogtreecommitdiffstats
path: root/config.php.example
diff options
context:
space:
mode:
authorSimon Rettberg2014-10-06 19:26:37 +0200
committerSimon Rettberg2014-10-06 19:26:37 +0200
commit365003d0d8f6bf05852ddbd9a1f2ffd992ac3d71 (patch)
tree2400efea7569c02f1fc9085ab96e8a626dbe50a1 /config.php.example
parentMove baseconfig translations according to template move (diff)
downloadslx-admin-365003d0d8f6bf05852ddbd9a1f2ffd992ac3d71.tar.gz
slx-admin-365003d0d8f6bf05852ddbd9a1f2ffd992ac3d71.tar.xz
slx-admin-365003d0d8f6bf05852ddbd9a1f2ffd992ac3d71.zip
Implement force utf8 option for mysql db
Diffstat (limited to 'config.php.example')
-rw-r--r--config.php.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php.example b/config.php.example
index 2e0ec117..1fded4da 100644
--- a/config.php.example
+++ b/config.php.example
@@ -11,7 +11,7 @@ define('CONFIG_SQL_DSN', 'mysql:dbname=openslx;host=localhost');
define('CONFIG_SQL_USER', 'openslx');
define('CONFIG_SQL_PASS', '%MYSQL_OPENSLX_PASS%');
// Set this to true if you mysql server doesn't default to UTF-8 on new connections
-define('CONFIG_SQL_FORCE_UTF8', false);
+define('CONFIG_SQL_FORCE_UTF8', true);
define('CONFIG_TGZ_LIST_DIR', '/opt/openslx/configs');