* Copyright (c) 2001-2017 Platon Group, http://platon.sk/ * All rights reserved. * * See README file for more information about this software. * See COPYING file for license information. * * Download the latest version from * http://platon.sk/projects/Metafox/ */ /* $Platon: Metafox/config/db-config.inc.php,v 1.7 2014-04-23 18:00:56 igor Exp $ */ $ezin_sys['db'] = array ( 'host' => 'localhost', 'port' => '3306', 'user' => 'root', 'pass' => 'pocitac', 'name' => 'metafox_rss' ); $ezin_sys['weblog'] = array('dsn' => ''); $ezin_sys['error_reporting'] = E_ALL & ~E_STRICT & ~E_NOTICE; ?>