mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
improve announce for paid torrents and H&R
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user