mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Added new constant TOR_TYPE_DEFAULT
(#1698)
* Added new constant `TOR_TYPE_DEFAULT` * Update tracker.php * Update CHANGELOG.md
This commit is contained in:
parent
2ae9f72c1b
commit
4382ec514b
4 changed files with 4 additions and 2 deletions
|
@ -48,7 +48,7 @@ switch ($type) {
|
|||
$tor_type = TOR_TYPE_GOLD;
|
||||
$tor_type_lang = $lang['GOLD'];
|
||||
} else {
|
||||
$tor_type = 0;
|
||||
$tor_type = TOR_TYPE_DEFAULT;
|
||||
$tor_type_lang = "{$lang['UNSET_GOLD_TORRENT']} / {$lang['UNSET_SILVER_TORRENT']}";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue