mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
#19111979 IE 이외의 브라우저에서 첨부 파일 업로드시 파일이 사라지는 버그 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7770 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
395788999b
commit
f2b63193ac
1 changed files with 5 additions and 0 deletions
|
|
@ -35,6 +35,11 @@
|
|||
**/
|
||||
define('__ZBXE__', true);
|
||||
|
||||
/**
|
||||
* @brief 쿠키 이외의 값에서도 세션을 인식할 수 있도록 함(파일업로드 등에서의 문제 수정)
|
||||
**/
|
||||
ini_set('session.use_only_cookies', 0);
|
||||
|
||||
/**
|
||||
* @brief 필요한 설정 파일들을 include
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue