modifs!!!!

This commit is contained in:
2019-02-18 15:05:33 +01:00
parent 7bd6b67ccf
commit c4177f1f10
14 changed files with 158 additions and 84 deletions

View File

@ -13,8 +13,8 @@ function endsWith($haystack, $needle) {
function connect() {
$host = "127.0.0.1";
$db = "blog";
$user = "root";
$pass = "root";
$user = "blog";
$pass = "blog";
$charset="utf8mb4";
$dsn = "mysql:host=$host;dbname=$db;charset=$charset";
@ -25,7 +25,3 @@ function connect() {
}
return $pdo;
}
function getBDD() {
}