Skip to content

Commit

Permalink
Merge pull request #3330 from Roardom/unrecognized-torrent-client
Browse files Browse the repository at this point in the history
(Update) Warn user about unrecognized torrent clients
  • Loading branch information
HDVinnie authored Dec 31, 2023
2 parents 7016125 + d5d6cd1 commit f91c1b2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions resources/views/user/profile/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,19 @@ class="user-search__avatar"
</tr>
@endforelse
</tbody>
<tfoot>
<tr>
<td
colspan="{{ 5 + (int) auth()->user()->group->is_modo + (int) config('announce.connectable_check') }}"
>
If you don't recognize a torrent client or IP address in the
list, please
<a href="{{ route('tickets.index') }}">
create a helpdesk ticket
</a>
</td>
</tr>
</tfoot>
</table>
</div>
</section>
Expand Down

0 comments on commit f91c1b2

Please sign in to comment.