Skip to content

Commit 5f43abb

Browse files
author
Marius Burkard
committed
Merge branch 'iface_utf8mb4' into 'master'
Interface UTF-8 4-Byte database See merge request ispconfig/ispconfig3!667
2 parents a46fd60 + cb688a1 commit 5f43abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/sites/form/database.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
'datatype' => 'VARCHAR',
158158
'formtype' => 'SELECT',
159159
'default' => '',
160-
'value' => array('' => 'DB-Default', 'latin1' => 'Latin 1', 'utf8' => 'UTF-8')
160+
'value' => array('' => 'DB-Default', 'latin1' => 'Latin 1', 'utf8' => 'UTF-8', 'utf8mb4' => 'UTF-8 4-Byte')
161161
),
162162
'remote_access' => array (
163163
'datatype' => 'VARCHAR',

0 commit comments

Comments
 (0)