Old ads module removal.

This commit is contained in:
Yuriy Pikhtarev 2017-05-27 13:12:07 +03:00
commit 46127baf3f
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
11 changed files with 49 additions and 270 deletions

View file

@ -277,7 +277,6 @@ $bb_cfg['tor_no_tor_act'] = array(
// Table names
define('BUF_TOPIC_VIEW', 'buf_topic_view');
define('BUF_LAST_SEEDER', 'buf_last_seeder');
define('BB_ADS', 'bb_ads');
define('BB_ATTACH_CONFIG', 'bb_attachments_config');
define('BB_ATTACHMENTS_DESC', 'bb_attachments_desc');
define('BB_ATTACHMENTS', 'bb_attachments');
@ -467,7 +466,6 @@ if (DBG_USER) {
require INC_DIR . '/functions_dev.php';
}
$ads = new TorrentPier\Legacy\Common\Ads();
$html = new TorrentPier\Legacy\Common\Html();
$log_action = new TorrentPier\Legacy\LogAction();