From a7fc272f17536194f5b3bc701183db1caa1a8bc7 Mon Sep 17 00:00:00 2001 From: "torrent.rus.ec@gmail.com" Date: Fri, 16 Sep 2011 10:44:08 +0000 Subject: [PATCH] r292 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Аватар бота git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@292 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293 --- install/sql/mysql.sql | 2 +- upload/.htaccess | 1 + upload/config.php | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/install/sql/mysql.sql b/install/sql/mysql.sql index 0dd060ed0..550b3735f 100644 --- a/install/sql/mysql.sql +++ b/install/sql/mysql.sql @@ -1387,7 +1387,7 @@ CREATE TABLE IF NOT EXISTS `bb_users` ( INSERT INTO `bb_users` VALUES (-1, 0, 'Anonymous', 'd41d8cd98f00b204e9800998ecf8427e', 0, 0, '0', '', '0', 0, 5, '0.00', '', 0, 0, 0, 220, 0, '', 0, 0, 0, 0, '', '', '', '', '', '', '', '', '', '', 0, '', 0); INSERT INTO `bb_users` VALUES (2, 1, 'admin', 'c3284d0f94606de1fd2af172aba15bf3', 0, 0, '0', '', '0', 1, 1, '+4.00', '', 0, 0, 0, 304, 1, '', 1, 0, 0, 0, 'admin@admin.com', '', '', '', '', '', '', '', '', '', 0, '', 0); -INSERT INTO `bb_users` VALUES (-746, 0, 'bot', 'd41d8cd98f00b204e9800998ecf8427e', 0, 0, '0', '', '0', 0, 0, '0.00', '', 0, 0, 0, 148, 0, 'bot.gif', 1, 0, 0, 0, 'bot@bot.bot', '', '', '', '', '', '', '', '', '', 0, '', 0); +INSERT INTO `bb_users` VALUES (-746, 0, 'bot', 'd41d8cd98f00b204e9800998ecf8427e', 0, 0, '0', '', '0', 0, 0, '0.00', '', 0, 0, 0, 144, 0, 'bot.gif', 1, 0, 0, 0, 'bot@bot.bot', '', '', '', '', '', '', '', '', '', 0, '', 0); -- -------------------------------------------------------- diff --git a/upload/.htaccess b/upload/.htaccess index ee241e187..d6c1e0160 100644 --- a/upload/.htaccess +++ b/upload/.htaccess @@ -7,3 +7,4 @@ AddDefaultCharset UTF-8 deny from all +php_value allow_call_time_pass_reference On \ No newline at end of file diff --git a/upload/config.php b/upload/config.php index b9a1059e4..84ca6bfb0 100644 --- a/upload/config.php +++ b/upload/config.php @@ -53,8 +53,8 @@ $bb_cfg = $tr_cfg = $page_cfg = array(); // Increase number of revision after update $bb_cfg['tp_version'] = '2.1 Stable'; -$bb_cfg['tp_release_state'] = 'R290'; -$bb_cfg['tp_release_date'] = '05-09-2011'; +$bb_cfg['tp_release_state'] = 'R292'; +$bb_cfg['tp_release_date'] = '16-09-2011'; // Database $charset = 'utf8';