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