mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
enable user handle leechwarn
This commit is contained in:
@@ -17,7 +17,7 @@ if ($passkey){
|
||||
die("invalid passkey");
|
||||
elseif ($user['enabled'] == 'no' || $user['parked'] == 'yes')
|
||||
die("account disabed or parked");
|
||||
elseif ($_GET['linktype'] == 'dl')
|
||||
elseif (isset($_GET['linktype']) && $_GET['linktype'] == 'dl')
|
||||
$dllink = true;
|
||||
$inclbookmarked=intval($_GET['inclbookmarked'] ?? 0);
|
||||
if($inclbookmarked == 1)
|
||||
|
||||
Reference in New Issue
Block a user