@ -12,7 +12,7 @@
<div class="screen__content">
<form method="POST" name="goBackHome" id="GoHome">
<input type="button" value="Go Home"/>
<input class="button" type="submit" value="Go Home"/>
<input type="hidden" name="action" value="goHome"/>
</form>
<form class="login" method="POST" name="signUpForm" id="signUpForm">
@ -10,6 +10,12 @@
<div class="container">
<div class="screen">
<div class="login__field">
<i class="login__icon fas fa-user"></i>
@ -2,9 +2,9 @@
$rep = __DIR__ . '/../';
$login="root";
$password="root";
$dsn="mysql:host=localhost;port=8888;dbname=bddDeQualite"; // chemin vers bd (mysql:host=londres.uca.local;dbname=dblibreton => pour l'iut)
$login="thchazot1";
$password="achanger";
$dsn="mysql:host=localhost;dbname=dbthchazot1"; // chemin vers bd (mysql:host=londres.uca.local;dbname=dblibreton => pour l'iut)
//$dsn="mysql:host=localhost;port=8888;dbname=bddDeQualite";
/*