Update tracker.php

This commit is contained in:
Roman Kelesidis 2023-11-04 23:57:20 +07:00
parent f05836c709
commit ab1dc2fd1a

View File

@ -33,7 +33,7 @@ $max_forum_name_len = 60; // inside forum select box
$max_forums_selected = 50;
$title_match_max_len = 60;
$poster_name_max_len = 25;
$tor_colspan = 13; // torrents table colspan with all columns
$tor_colspan = 12; // torrents table colspan with all columns
$per_page = $bb_cfg['topics_per_page'];
$tracker_url = basename(__FILE__);