mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Minor improvements (#893)
This commit is contained in:
parent
b80874abe4
commit
5ed4fdadd3
3 changed files with 4 additions and 5 deletions
|
@ -14,8 +14,8 @@ if (!defined('IN_TRACKER')) {
|
|||
global $bb_cfg;
|
||||
|
||||
// Exit if tracker is disabled
|
||||
if ($bb_cfg['tracker']['off']) {
|
||||
msg_die($bb_cfg['tracker']['off_reason']);
|
||||
if ($bb_cfg['tracker']['bt_off']) {
|
||||
msg_die($bb_cfg['tracker']['bt_off_reason']);
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue