Dashboard weiter ausgebaut
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
{
|
||||
|
||||
$db = @new mysqli( 'localhost', 'root', '', 'survey' );
|
||||
$db->query("set sql_mode = 'ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'");
|
||||
$db->set_charset('utf8mb4');
|
||||
$db->query("SET NAMES 'utf8mb4'");
|
||||
return $db;
|
||||
|
Reference in New Issue
Block a user