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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user