mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +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>";
|
//$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->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();
|
echo $mes->render();
|
||||||
|
Reference in New Issue
Block a user