Merge branch 'develop' into 'master'

fix it, to use definitly utf8*MB4*

See merge request bluekay/shopping-list!19
This commit is contained in:
Tim Krehan 2019-06-03 14:48:23 +00:00
commit f935ab334e

View file

@ -6,7 +6,7 @@
$passwd = $CONFIG['passwd'], $passwd = $CONFIG['passwd'],
$database = $CONFIG['database'] $database = $CONFIG['database']
); );
$mysqli->set_charset("utf8"); $mysqli->set_charset("utf8mb4");
if (!is_null($mysqli->connect_error)) if (!is_null($mysqli->connect_error))
{ {
header("Location: /error/DBConnFailed"); header("Location: /error/DBConnFailed");