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' => '確定要認領此種子嗎?',
'action_approval' => '審核',
'row_tags' => '標簽',
'torrent_existed' => '該種子已存在!',
);
?>