create database.php

This commit is contained in:
JunkJumper 2019-07-03 17:39:50 +02:00
parent e524654081
commit 0581fb6019

View File

@ -0,0 +1,6 @@
<?php
$servername = "localhost";
$username = "root";
$password = "root";
$dbname = "database";
?>