File: /var/www/ilya/data/www/irk2.ru/config/config.db.php
<?
/*-------------------------------------------------------
*
* LiveStreet Engine Social Networking
* Copyright © 2008 Mzhelskiy Maxim
*
*--------------------------------------------------------
*
* Official site: www.livestreet.ru
* Contact e-mail: rus.engine@gmail.com
*
* GNU General Public License, version 2:
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*
---------------------------------------------------------
*/
/**
* Настройки коннекта к БД
*/
return array(
'host' => 'localhost',
'port' => '3306',
'user' => 'irk2',
'pass' => 'nike25af',
'type' => 'mysql',
'dbname' => 'irk2',
);
?>