From a8a7aeb4ecf9a32bb33814ca30a9248dc82e3a87 Mon Sep 17 00:00:00 2001 From: nanosimbiot Date: Sun, 24 Jul 2011 17:44:08 +0000 Subject: [PATCH] r143 git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@143 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293 --- upload/config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/upload/config.php b/upload/config.php index 40cd8b9f3..2e1e91e68 100644 --- a/upload/config.php +++ b/upload/config.php @@ -57,7 +57,7 @@ $bb_cfg['css_ver'] = 1; // Increase number of revision after update $bb_cfg['tp_version'] = '2.0.2'; -$bb_cfg['tp_release_state'] = 'TP II r141'; +$bb_cfg['tp_release_state'] = 'TP II r143'; $bb_cfg['tp_release_date'] = '25-07-2011'; $bb_cfg['board_disabled_msg'] = 'форум временно отключен'; // 'forums temporarily disabled'; // show this msg if board has been disabled via ON/OFF trigger @@ -78,13 +78,13 @@ $bb_cfg['db_alias'] = array( // Cache $bb_cfg['cache']['db_dir'] = realpath(BB_ROOT) .'/cache/filecache/'; -$cfg['cache']['memcache'] = array( +$bb_cfg['cache']['memcache'] = array( 'host' => '127.0.0.1', 'port' => 11211, 'pconnect' => true, 'con_required' => true, ); -$cfg['cache']['redis'] = array( +$bb_cfg['cache']['redis'] = array( 'host' => '127.0.0.1', 'port' => 6379, 'con_required' => true,