twig
This commit is contained in:
@@ -3,7 +3,7 @@ try {
|
||||
|
||||
$host = "localhost";
|
||||
$user = "root";
|
||||
$password = "2487169350";
|
||||
$password = "motdepasse";
|
||||
|
||||
// Connexion à la bdd
|
||||
$db = new PDO("mysql:host=$host;dbname=cruddb", $user, $password);
|
||||
|
||||
Reference in New Issue
Block a user