everything should be db.inc not hardcoded!

This commit is contained in:
Thies Mueller
2021-01-10 12:17:26 +01:00
parent d900b2a57f
commit cbebd4339c
8 changed files with 8 additions and 8 deletions

View File

@@ -4,6 +4,6 @@ $dbname = 'usertable';
$dbuser = 'usertable';
$dbpass = 'password';
$pdo = new PDO('mysql:host='.$mysqlhost.';dbname='.$dbname.'', $dbuser , $dbpass);
//$pdo = new PDO('mysql:host=localhost;dbname=usertable', 'usertable', 'password');
?>