mirror of
https://github.com/Oxbian/SIDPS.git
synced 2025-07-08 04:43:47 +02:00
arborescence clean
This commit is contained in:
7
web/php/constants.php
Normal file
7
web/php/constants.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
// Database constants.
|
||||
define('DB_USER', 'sidps');
|
||||
define('DB_PASSWORD', 'sidps');
|
||||
define('DB_NAME', 'sidps');
|
||||
define('DB_SERVER', 'localhost');
|
||||
?>
|
Reference in New Issue
Block a user