mirror of
https://github.com/Oxbian/SIDPS.git
synced 2025-05-18 06:28:21 +02:00
8 lines
164 B
PHP
8 lines
164 B
PHP
<?php
|
|
// Database constants.
|
|
define('DB_USER', 'sidps');
|
|
define('DB_PASSWORD', 'sidps');
|
|
define('DB_NAME', 'sidps');
|
|
define('DB_SERVER', 'localhost');
|
|
?>
|