j'ai oublié quelque endroit

This commit is contained in:
Yasder5 2026-02-28 23:31:25 +01:00
parent e903577c15
commit 14a9ffd62f
3 changed files with 4 additions and 4 deletions

View file

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