mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
17194893 PHPSESSID가 변경이 되더라도 swf uploader에 정상적으로 값이 지정되도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4496 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1f7e2d6c53
commit
38483e1b74
5 changed files with 5 additions and 5 deletions
|
|
@ -79,7 +79,7 @@ function editor_upload_start(editor_sequence, fo_obj, inserted_files_count) {
|
|||
'&uploadScript='+escape( request_uri+'?mid='+current_url.getQuery('mid')+
|
||||
'&act=procFileUpload'+
|
||||
'&editor_sequence='+editor_sequence+
|
||||
'&PHPSESSID='+xGetCookie(zbxe_session_name)
|
||||
'&'+xe_session_name+'='+xGetCookie(xe_session_name)
|
||||
);
|
||||
|
||||
// 객체 생성 코드
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue