Transfer announce to the php7-optimized database layer

This commit is contained in:
Yuriy Pikhtarev 2017-02-04 00:20:38 +03:00
commit 54693c00b8
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
4 changed files with 184 additions and 463 deletions

View file

@ -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!');
}