c'est mieux comme ça

This commit is contained in:
Yasder5 2026-02-28 23:31:54 +01:00
parent 14a9ffd62f
commit 1deedf79a8

View file

@ -11,8 +11,8 @@
try{
$this->_db = new PDO(
"mysql:host=localhost;dbname=projet_folliow",
"root",
"",
"projet_user",
"F0lliowRules!",
array(PDO::ATTR_DEFAULT_FETCH_MODE => PDO::FETCH_ASSOC)
);
$this->_db->exec("SET CHARACTER SET utf8");