dbconfig template
This commit is contained in:
parent
7ee046c178
commit
9567453ff9
6
config.php
Normal file
6
config.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$dbuser = "";
|
||||
$dbpass = "";
|
||||
$dbname = "sarscov19";
|
||||
$dbhost = "localhost";
|
||||
$pdo = new PDO('mysql:host='.$dbhost.';dbname='.$dbname, $dbuser, $dbpass);
|
Loading…
Reference in New Issue
Block a user