Fixed broken torrent stats displaying (Part 2) (#1673)

* Fixed broken torrent stats displaying (Part 2)

* Update CHANGELOG.md

* Updated

* Revert "Updated"

This reverts commit e816be32df.

* Updated

* Update mysql.sql

* Update mysql.sql

* Revert "Fixed broken torrent stats displaying (Part 2)"

This reverts commit ce071d9fcf.

* Update Torrent.php

* Reapply "Fixed broken torrent stats displaying (Part 2)"

This reverts commit 3f713b8a45.

* Update register.php

* Updated
This commit is contained in:
Roman Kelesidis 2024-11-09 13:27:37 +07:00 committed by GitHub
parent 64409e607d
commit a50c6601b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 22 additions and 19 deletions

View file

@ -434,6 +434,10 @@ CREATE TABLE IF NOT EXISTS `bb_bt_users`
-- ----------------------------
-- Records of bb_bt_users
-- ----------------------------
INSERT INTO `bb_bt_users` (user_id, auth_key)
VALUES ('-1', SUBSTRING(MD5(RAND()), 1, 20)),
('-746', SUBSTRING(MD5(RAND()), 1, 20)),
('2', SUBSTRING(MD5(RAND()), 1, 20));
-- ----------------------------
-- Table structure for `bb_bt_user_settings`