mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
revert: Added TorrentPier instance hash
generation
This commit is contained in:
parent
1b288a96e4
commit
eabf851ee6
6 changed files with 3 additions and 14 deletions
|
@ -600,8 +600,7 @@ VALUES ('allow_autologin', '1'),
|
|||
('premod', '0'),
|
||||
('tor_comment', '1'),
|
||||
('terms', ''),
|
||||
('show_board_start_index', '1'),
|
||||
('tp_instance_hash', '');
|
||||
('show_board_start_index', '1');
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for `bb_cron`
|
||||
|
|
|
@ -154,3 +154,4 @@ INSERT INTO `bb_config` VALUES ('magnet_links_for_guests', '0');
|
|||
INSERT INTO `bb_config` VALUES ('tp_instance_hash', '');
|
||||
|
||||
// 2.4.5
|
||||
DELETE FROM `bb_config` WHERE `config_name` = 'tp_instance_hash';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue