mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -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
|
@ -268,6 +268,7 @@ define('BB_WORDS', 'bb_words');
|
|||
define('BB_THX', 'bb_thx');
|
||||
|
||||
define('TORRENT_EXT', 'torrent');
|
||||
define('TORRENT_MIMETYPE', 'application/x-bittorrent');
|
||||
|
||||
define('TOPIC_DL_TYPE_NORMAL', 0);
|
||||
define('TOPIC_DL_TYPE_DL', 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue