Supprimer 'db_connect.php'

This commit is contained in:
Adrien MALINGREY 2019-11-01 13:21:43 +01:00
parent 0f47785b43
commit 4171731dc7

View File

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