create database.php
This commit is contained in:
parent
e524654081
commit
0581fb6019
6
Website Source Code/database.php
Normal file
6
Website Source Code/database.php
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?php
|
||||||
|
$servername = "localhost";
|
||||||
|
$username = "root";
|
||||||
|
$password = "root";
|
||||||
|
$dbname = "database";
|
||||||
|
?>
|
Loading…
x
Reference in New Issue
Block a user