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

@@ -242,6 +242,7 @@ $lang_details = array
'claim_confirm' => '确定要认领此种子吗?',
'action_approval' => '审核',
'row_tags' => '标签',
'torrent_existed' => '该种子已存在!'
);
?>