mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-06-22 22:39:19 +00:00
theo
This commit is contained in:
@ -13,8 +13,8 @@ function endsWith($haystack, $needle) {
|
||||
function connect() {
|
||||
$host = "127.0.0.1";
|
||||
$db = "blog";
|
||||
$user = "username";
|
||||
$pass = "motdepasse";
|
||||
$user = "root";
|
||||
$pass = "root";
|
||||
$charset="utf8mb4";
|
||||
|
||||
$dsn = "mysql:host=$host;dbname=$db;charset=$charset";
|
||||
|
Reference in New Issue
Block a user