add _db&_doc readme + torrents pager add tag_id

This commit is contained in:
xiaomlove
2022-03-09 20:04:03 +08:00
parent 72818ddbbf
commit 2dc16c79a2
5 changed files with 5 additions and 0 deletions

View File

@@ -830,6 +830,7 @@ $tagFilter = "";
$tagId = intval($_REQUEST['tag_id'] ?? 0);
if ($tagId > 0) {
$tagFilter = " inner join torrent_tags on torrents.id = torrent_tags.torrent_id and torrent_tags.tag_id = $tagId ";
$addparam .= "&tag_id=$tagId";
}
if ($allsec == 1 || $enablespecial != 'yes')
{