mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Transfer announce to the php7-optimized database layer
This commit is contained in:
parent
195fe90fc8
commit
54693c00b8
4 changed files with 184 additions and 463 deletions
|
@ -27,6 +27,8 @@ define('IN_TRACKER', true);
|
|||
define('BB_ROOT', './../');
|
||||
require(BB_ROOT . 'common.php');
|
||||
|
||||
global $tr_cfg;
|
||||
|
||||
if (!$tr_cfg['scrape']) {
|
||||
msg_die('Please disable SCRAPE!');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue