mirror of
https://github.com/Oxbian/SIDPS.git
synced 2025-07-07 20:33:51 +02:00
web2
This commit is contained in:
7
web2/php/constants.php
Normal file
7
web2/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