From 388b8f33a9cda9825b84f60ae88569135b3a4d1e Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Sat, 30 May 2020 15:01:48 +0800 Subject: [PATCH] guest calculate md5 before upload --- conststr.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conststr.php b/conststr.php index a519638..769f5c2 100644 --- a/conststr.php +++ b/conststr.php @@ -526,6 +526,10 @@ $constStr = [ 'ko-kr' => '업로드 링크 받기', 'fa' => 'دریافت لینک آپلود', ], + 'Calculate' => [ + 'en-us' => 'Calculate', + 'zh-cn' => '计算', + ], 'UpFileTooLarge' => [ 'en-us' => 'The File is too Large!', 'zh-cn' => '文件过大,终止上传。',