This commit is contained in:
Adrien
2019-02-25 09:14:37 +01:00
parent 757d9a4e0b
commit a001a7c14c
4 changed files with 62 additions and 9 deletions

View File

@ -11,7 +11,7 @@ function endsWith($haystack, $needle) {
}
function connect() {
$host = "127.0.0.1";
$host = "localhost";
$db = "blog";
$user = "blog";
$pass = "blog";