added dummyuser

This commit is contained in:
root
2021-01-08 13:26:55 +01:00
parent 9601810ebc
commit 173c258b00
3 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
<?php
session_start();
$pdo = new PDO('mysql:host=localhost;dbname=usertable', 'root', '');
$pdo = new PDO('mysql:host=localhost;dbname=usertable', 'usertable', 'password');
?>
<!DOCTYPE html>
<html>
@@ -79,4 +79,4 @@ Password (aganin):<br>
?>
</body>
</html>
</html>