mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
fix warning
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ dbconn();
|
||||
loggedinorreturn();
|
||||
|
||||
|
||||
if ($_GET['id'])
|
||||
if (isset($_GET['id']))
|
||||
stderr("Party is over!", "This trick doesn't work anymore. You need to click the button!");
|
||||
$userid = $CURUSER["id"];
|
||||
$torrentid = $_POST["id"];
|
||||
|
||||
Reference in New Issue
Block a user