Просмотр файла includes/connect.php

Размер файла: 136B
<?php
define ('DBHOST', 'localhost');
define ('DBPORT', '3306');
define ('DBNAME', '');
define ('DBUSER', '');
define ('DBPASS', '');
?>