improve announce for paid torrents and H&R

This commit is contained in:
xiaomlove
2024-10-31 01:55:16 +08:00
parent 653a92a859
commit 42cda65027
8 changed files with 154 additions and 49 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ require_once(get_langfile_path());
loggedinorreturn();
$id = intval($_GET["id"] ?? 0);
$customField = new \Nexus\Field\Field();
int_check($id);
int_check($id, true);
if (!isset($id) || !$id)
die();