my bad j'ai oublié un truc

This commit is contained in:
Yasder5 2026-03-02 21:43:31 +01:00
parent 31b2c00956
commit 7e0ba13ad5

View file

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