MINOOOOOOOOUUUUUUU

This commit is contained in:
Yass 2026-03-03 12:01:03 +01:00
parent 5d03bf936d
commit 4bddf0b409
5 changed files with 117 additions and 20 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");