mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
fix #1209 https 환경에서 파일 업로드를 실패할 수 있는 문제 고침
This commit is contained in:
parent
bcea05b6c9
commit
460a4dbc93
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ var uploadAutosaveChecker = false;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
flash_url : request_uri + 'modules/editor/tpl/images/SWFUpload.swf',
|
flash_url : request_uri + 'modules/editor/tpl/images/SWFUpload.swf',
|
||||||
upload_url : request_uri.replace(/^https/i, 'http')+'index.php',
|
upload_url : request_uri + 'index.php',
|
||||||
post_params : {
|
post_params : {
|
||||||
mid : current_mid,
|
mid : current_mid,
|
||||||
act : 'procFileUpload',
|
act : 'procFileUpload',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue