mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
Detect if IP is SeedBox
This commit is contained in:
@@ -118,6 +118,8 @@ return [
|
||||
],
|
||||
'seed_box_record' => [
|
||||
'toggle_status' => 'Change status',
|
||||
'check_modal_btn' => 'Check',
|
||||
'check_modal_header' => 'Detect if IP is SeedBox',
|
||||
],
|
||||
'tag' => [
|
||||
'detach_torrents' => 'Detach all torrents',
|
||||
|
||||
@@ -14,4 +14,6 @@ return [
|
||||
'subject' => 'SeedBox record status changed',
|
||||
'body' => 'The status of your SeedBox record with ID :id was changed by :operator from :old_status to :new_status. Reason: :reason',
|
||||
],
|
||||
'is_seed_box_yes' => 'This IP is SeedBox, identified by the record with ID :id',
|
||||
'is_seed_box_no' => 'This IP is not SeedBox',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user