1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

Added message about DB charset config.

This commit is contained in:
Cameron
2013-11-18 16:53:52 -08:00
parent 7ec34720e6
commit baa025db95

View File

@@ -711,6 +711,9 @@ class system_tools
//$message .= "<br />Please now add the following line to your e107_config.php file:<br /><b>\$mySQLcharset = 'utf8';</b>";
$mes->add($message, E_MESSAGE_SUCCESS);
$mes->addSuccess("Please make sure you have the following line in your e107_config.php file:");
$mes->addSuccess('$mySQLcharset = "utf8";');
}
echo $mes->render();