mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
r490
Fix install mysql.sql git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@490 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
b4d0834deb
commit
5ad8c307a7
2 changed files with 4 additions and 4 deletions
|
@ -665,7 +665,7 @@ INSERT INTO `bb_config` VALUES ('report_notify', '0');
|
|||
INSERT INTO `bb_config` VALUES ('report_list_admin', '0');
|
||||
INSERT INTO `bb_config` VALUES ('report_new_window', '0');
|
||||
INSERT INTO `bb_config` VALUES ('torrent_pass_private_key', 'вставить_из_конфига_XBTT');
|
||||
INSERT INTO `bb_config` VALUES ('cron_enabled', '1');
|
||||
INSERT INTO `bb_config` VALUES ('cron_enabled', '0');
|
||||
INSERT INTO `bb_config` VALUES ('cron_check_interval', '300');
|
||||
INSERT INTO `bb_config` VALUES ('reports_enabled', '1');
|
||||
INSERT INTO `bb_config` VALUES ('gallery_enabled', '1');
|
||||
|
@ -1343,7 +1343,7 @@ CREATE TABLE IF NOT EXISTS `bb_topics` (
|
|||
-- Дамп данных таблицы `bb_topics`
|
||||
--
|
||||
|
||||
INSERT INTO `bb_topics` VALUES (1, 1, 'Добро пожаловать в TorrentPier II', 2, 1309421220, 2, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 972086460, 0);
|
||||
INSERT INTO `bb_topics` VALUES (1, 1, 'Добро пожаловать в TorrentPier II', 2, 1309421220, 2, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 972086460, 0, 0);
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
|
|
|
@ -56,8 +56,8 @@ $domain_name = (!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : $do
|
|||
|
||||
// Increase number of revision after update
|
||||
$bb_cfg['tp_version'] = '2.5 pre-stable';
|
||||
$bb_cfg['tp_release_date'] = '08-01-2013';
|
||||
$bb_cfg['tp_release_state'] = 'R486';
|
||||
$bb_cfg['tp_release_date'] = '12-01-2013';
|
||||
$bb_cfg['tp_release_state'] = 'R490';
|
||||
|
||||
// Database
|
||||
$charset = 'utf8';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue