mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
Merge branch 'security/rve-2023-6' into develop
This commit is contained in:
commit
f4474070e1
12 changed files with 163 additions and 53 deletions
|
|
@ -91,8 +91,8 @@
|
|||
var chunkStatus = true;
|
||||
var defaultFormData = {
|
||||
"editor_sequence": data.editorSequence,
|
||||
"upload_target_srl" : data.uploadTargetSrl,
|
||||
"mid" : window.current_mid,
|
||||
"upload_target_srl" : data.uploadTargetSrl ? data.uploadTargetSrl : 0,
|
||||
"mid" : window.editor_mid ? window.editor_mid : window.current_mid,
|
||||
"act": 'procFileUpload'
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue