upload when exists redirect to details page

This commit is contained in:
xiaomlove
2024-07-03 04:26:56 +08:00
parent 285e1061ce
commit 36fef3e834
6 changed files with 13 additions and 5 deletions

View File

@@ -241,6 +241,7 @@ $lang_details = array
'claim_confirm' => 'Are you sure to claim this torrent?',
'action_approval' => 'Approval',
'row_tags' => 'Tags',
'torrent_existed' => 'Torrent already uploaded!',
);
?>