mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
add _db&_doc readme + torrents pager add tag_id
This commit is contained in:
1
_db/README-EN.md
Normal file
1
_db/README-EN.md
Normal file
@@ -0,0 +1 @@
|
||||
From v1.6 onwards there is no need to create tables, it is created automatically by the migration file during installation. This directory file is reserved only for.
|
||||
1
_db/README.md
Normal file
1
_db/README.md
Normal file
@@ -0,0 +1 @@
|
||||
**v1.6 起不需要单独创建数据表,安装过程通过 migration 文件自动创建。此目录文件仅作保留。**
|
||||
1
_doc/README-EN.md
Normal file
1
_doc/README-EN.md
Normal file
@@ -0,0 +1 @@
|
||||
**Documentation:https://doc.nexusphp.org/en/**
|
||||
1
_doc/README.md
Normal file
1
_doc/README.md
Normal file
@@ -0,0 +1 @@
|
||||
**文档地址:https://doc.nexusphp.org/**
|
||||
@@ -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')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user