Ajouter 'db_connect.php'

This commit is contained in:
Adrien MALINGREY 2019-11-01 02:45:34 +01:00
parent 5de5f03b3c
commit 0f47785b43

6
db_connect.php Normal file
View File

@ -0,0 +1,6 @@
<?php
$DB_NAME = "webtris";
$DB_USER = "DB_USER"; // to be defined
$DB_PASSWORD = "DB_PASSWORD"; // to be defined
$DB_HOST = "localhost";
?>