$tr_cfg = array(
'autoclean' => true,
'off' => false,
'off_reason' => 'temporarily disabled',
'numwant' => 50,
'update_dlstat' => true,
'expire_factor' => 2.5,
'compact_mode' => true,
'upd_user_up_down_stat' => true,
'browser_redirect_url' => '',
'scrape' => true,
'limit_active_tor' => true,
'limit_seed_count' => 0,
'limit_leech_count' => 8,
'leech_expire_factor' => 60,
'limit_concurrent_ips' => false,
'limit_seed_ips' => 0,
'limit_leech_ips' => 0,
'tor_topic_up' => true,
);
$bb_cfg = $tr_cfg = $page_cfg = array();
При заменеэтим кодом
$bb_cfg['super_admins'] = array(
# user_id => 'name',
);
ни первый ни второй код не исправляется ошибка, которая ссылается на $tr_cfg in config.php. Кто разобрался помогите другим понять что к чему.