View file system/db_connect.php

File size: 139B
<?php
define ('DBHOST', 'localhost');
define ('DBNAME', 'Пользователь');
define ('DBPASS', 'Пароль');
define ('DBUSER', 'Пользователь');
?>