Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Helmo
ISPConfig 3
Commits
9e00bf08
Commit
9e00bf08
authored
May 22, 2018
by
Till Brehm
Browse files
Implemented
#5047
Add support for utf8mb4 charset in MySQL database form
parent
0f50bdbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/sites/form/database.tform.php
View file @
9e00bf08
...
...
@@ -157,7 +157,7 @@ $form["tabs"]['database'] = array (
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'SELECT'
,
'default'
=>
''
,
'value'
=>
array
(
''
=>
'DB-Default'
,
'latin1'
=>
'Latin 1'
,
'utf8'
=>
'UTF-8'
)
'value'
=>
array
(
''
=>
'DB-Default'
,
'latin1'
=>
'Latin 1'
,
'utf8'
=>
'UTF-8'
,
'utf8mb4'
=>
'UTF8MB4'
)
),
'remote_access'
=>
array
(
'datatype'
=>
'VARCHAR'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment