arborescence clean

This commit is contained in:
fra-2107
2024-11-25 19:45:35 -05:00
parent 9872712523
commit 9087efcffd
13 changed files with 0 additions and 693 deletions

7
web/php/constants.php Normal file
View File

@ -0,0 +1,7 @@
<?php
// Database constants.
define('DB_USER', 'sidps');
define('DB_PASSWORD', 'sidps');
define('DB_NAME', 'sidps');
define('DB_SERVER', 'localhost');
?>