mirror of
https://github.com/torrentpier/torrentpier
synced 2025-07-16 10:03:11 -07:00
Fixed broken torrent stats displaying (Part 2) (#1673)
* Fixed broken torrent stats displaying (Part 2) * Update CHANGELOG.md * Updated * Revert "Updated" This reverts commite816be32df
. * Updated * Update mysql.sql * Update mysql.sql * Revert "Fixed broken torrent stats displaying (Part 2)" This reverts commitce071d9fcf
. * Update Torrent.php * Reapply "Fixed broken torrent stats displaying (Part 2)" This reverts commit3f713b8a45
. * Update register.php * Updated
This commit is contained in:
parent
64409e607d
commit
a50c6601b4
9 changed files with 22 additions and 19 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue