mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
[7770] 에서 추가한 코드를 config.inc.php 로 이동
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7771 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f2b63193ac
commit
6146aaa005
2 changed files with 5 additions and 5 deletions
|
|
@ -20,6 +20,11 @@
|
|||
**/
|
||||
define('_XE_PATH_', str_replace('config/config.inc.php', '', str_replace('\\', '/', __FILE__)));
|
||||
|
||||
/**
|
||||
* @brief 쿠키 이외의 값에서도 세션을 인식할 수 있도록 함(파일업로드 등에서의 문제 수정)
|
||||
**/
|
||||
ini_set('session.use_only_cookies', 0);
|
||||
|
||||
/**
|
||||
* @brief 기본 설정에 우선하는 사용자 설정 파일
|
||||
* config/config.user.inc.php 파일에 아래 내용을 저장하면 됨
|
||||
|
|
|
|||
|
|
@ -35,11 +35,6 @@
|
|||
**/
|
||||
define('__ZBXE__', true);
|
||||
|
||||
/**
|
||||
* @brief 쿠키 이외의 값에서도 세션을 인식할 수 있도록 함(파일업로드 등에서의 문제 수정)
|
||||
**/
|
||||
ini_set('session.use_only_cookies', 0);
|
||||
|
||||
/**
|
||||
* @brief 필요한 설정 파일들을 include
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue