|
|
@@ -16,7 +16,7 @@ if (!check_perms('users_mod')) {
|
|
16
|
16
|
if (time() - strtotime($LastReseedRequest) < 864000) {
|
|
17
|
17
|
error('There was already a re-seed request for this torrent within the past 10 days.');
|
|
18
|
18
|
}
|
|
19
|
|
- if ($LastActive || time() - strtotime($LastActive) < 345678) {
|
|
|
19
|
+ if (!$LastActive || time() - strtotime($LastActive) < 345678) {
|
|
20
|
20
|
error(403);
|
|
21
|
21
|
}
|
|
22
|
22
|
}
|