no message

This commit is contained in:
PheRum 2015-03-07 22:52:17 +03:00
commit 452406124c

View file

@ -5,24 +5,24 @@
* Domain name * Domain name
* Version info * Version info
* Database * Database
- Charset * Charset
- Config * Config
- Aliases * Aliases
* Cache * Cache
- Config * Config
- Datastore * Datastore
* Server * Server
- Cloudflare * Cloudflare
- GZip * GZip
* Tracker * Tracker
* Ocelot * Ocelot
* FAQ url * FAQ url
* Torrents * Torrents
- Ratio limits * Ratio limits
- Seeding torrents limit * Seeding torrents limit
- DL-Status (days to keep) * DL-Status (days to keep)
- Tor-Stats (days to keep) * Tor-Stats (days to keep)
- Tor-Help * Tor-Help
* Path * Path
* URL's * URL's
* Language * Language
@ -82,7 +82,7 @@ $pconnect = false;
// Настройка баз данных ['db']['srv_name'] => (array) srv_cfg; // Настройка баз данных ['db']['srv_name'] => (array) srv_cfg;
// порядок параметров srv_cfg (хост, название базы, пользователь, пароль, charset, pconnect); // порядок параметров srv_cfg (хост, название базы, пользователь, пароль, charset, pconnect);
$bb_cfg['db'] = array( $bb_cfg['db'] = array(
'db1' => array('localhost', 'dbase', 'user', 'pass', $charset, $pconnect), 'db1' => array('localhost', 'tp_216', 'user', 'pass', $charset, $pconnect),
//'db2' => array('localhost2', 'dbase2', 'user2', 'pass2', $charset, $pconnect), //'db2' => array('localhost2', 'dbase2', 'user2', 'pass2', $charset, $pconnect),
//'db3' => array('localhost3', 'dbase3', 'user2', 'pass3', $charset, $pconnect), //'db3' => array('localhost3', 'dbase3', 'user2', 'pass3', $charset, $pconnect),
); );