Initial commit
This commit is contained in:
6
includes/db_config.php
Normal file
6
includes/db_config.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$servername = 'localhost';
|
||||
$username = 'USERNAME';
|
||||
$password = 'PASSWORD';
|
||||
$db = 'DBNAME';
|
||||
?>
|
Reference in New Issue
Block a user