Remove database connection info from the dbconfig file

This commit is contained in:
root 2020-11-23 14:44:58 +01:00
parent 91c266b29e
commit 38b4ff6bb3
3 changed files with 8 additions and 7 deletions

7
dbconfig_empty.php Normal file
View file

@ -0,0 +1,7 @@
<?php
$host = 'localhost';
$dbname = '';
$username = '';
$password = '';
$port = '5432';