묻고답하기

<?php

/* Copyright (C) NAVER <http://www.navercorp.com> */

/**

 * @file  index.php

 * @author NAVER (developers@xpressengine.com)

 * @brief Start page

 *

 * @mainpage XpressEngine

 * @section intro introduction

 *

 * "XpressEngine (XE)" is an opensource and being developed in the opensource project.\n

 * For more information, please see the link below.

 * - Official website: http://www.xpressengine.com

 * - Offcial Repository: https://github.com/xpressengine/xe-core

 * \n

 * "XpressEngine (XE)" is free software; you can redistribute it and/or \n

 * modify it under the terms of the GNU Lesser General Public \n

 * License as published by the Free Software Foundation; either \n

 * version 2.1 of the License, or (at your option) any later version. \n

 * \n

 * This software is distributed in the hope that it will be useful,

 * but WITHOUT ANY WARRANTY; without even the implied warranty of

 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU

 * Lesser General Public License for more details.

 * \n

 * You should have received a copy of the GNU Lesser General Public

 * License along with this library; if not, write to the Free Software

 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

 *

 **/

 

/**

 * @brief Declare constants for generic use and for checking to avoid a direct call from the Web

 **/

define('__XE__',   TRUE);

/**

 * @brief Include the necessary configuration files

 **/

if(function_exists('opcache_invalidate'))

{

opcache_invalidate(dirname(__FILE__) . '/config/config.inc.php', true);

}

require dirname(__FILE__) . '/config/config.inc.php';

 

/**

 * @brief Initialize by creating Context object

 * Set all Request Argument/Environment variables

 **/

$oContext = Context::getInstance();

$oContext->init();

 

/**

 * @brief If default_url is set and it is different from the current url, attempt to redirect for SSO authentication and then process the module

 **/

if($oContext->checkSSO())

{

$oModuleHandler = new ModuleHandler();

 

try

{

if($oModuleHandler->init())

{

$oModuleHandler->displayContent($oModuleHandler->procModule());

}

}

catch(Exception $e)

{

htmlHeader();

echo Context::getLang($e->getMessage());

htmlFooter();

}

}

 

$oContext->close();

 

/* End of file index.php */

/* Location: ./index.php */

 

 

메인이 이렇게 되요! 업데이트 후 그러는건데 왜 이러나요? 어떻게 해결하죠?

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
대한국인 XE에서 SSL 설정하는 방법? [7] file 2019.01.13 by 세걸
마하수리 홈페이지가 느려졌을때...  
쾌걸이 고수님들~ 관리자 접속시 에러. 살려주세요 ㅜㅜ  
mgl**** 게시판에 문제 [2] 2019.01.13 by rail_man
홈런볼11 특정 계정 포워딩 [1] 2019.01.12 by 디자인클립
mediaq**** 사이트 통합 문의  
elena 광고형 배너 위젯 추천부탁드립니다. [1] 2019.01.11 by 우랑탕탕이
김포머슴 게시판 목록에서 확장변수 입력방법 다시한번 문의드립니다. [3] 2019.01.11 by 누리는사람
찬호 XE 레이아웃 수정. [4] 2019.01.10 by xe초보질문
쟈니 게시판에 이런 group_srl은 어떻게 설정하는건가요?? [1] file 2019.01.10 by 디자인클립
greenCode DoorWeb의 DW_ClayoutA 레이아웃에서 모바일 설정 질문  
davinchi121 xe 설치해서 index.php에서 설정하고 있는데 db에서 막혀요 [3] 2019.01.10 by davinchi121
별인 로그인 에러로 관리자 페이지로 접속 자체가 불가합니다.  
별빛 게시글 열람 로그 보는것 어덯게 해야 하나요? [2] 2019.01.09 by 별빛
블루칩 카페24 지속적으로 나는 에러에 대한 답변인데요. [1] 2019.01.09 by DoorWeb
드럼잘치자 안녕하세요 홈페이지 초보입니다. [2] file 2019.01.09 by DoorWeb
낙이 로그인문제 [1] file 2019.01.09 by DoorWeb
그루터기46b8f 레이아웃을 설치했는데요. 메인데모 삭제방법좀... [1] file 2019.01.09 by DoorWeb
jlee SEO 관련 문의 [5] 2019.01.09 by 디자인클립
권만주 특정 복수 그룹에서 생일자 뽑아내기 질문드립니다.  
네오스카이 sort_index desc 다른 인덱스 asc로 정렬을 하려면 어떻게 해야하나요? [2] 2019.01.08 by 네오스카이
별빛 정상적으로 되는데, 기본 URL 설정이 안되어있습니다. 라는 문구가 뜹니다. [4] 2019.01.07 by 별빛
홈런볼11 변수 숫자 여부 확인 [2] 2019.01.07 by 홈런볼11
블루칩 카페 24 호스팅 사용 중 업데이트 에러 [1] 2019.01.07 by 디자인클립
JunNote 파일 다운로드 시 "잘못된 요청" 해결방법  
mjxaone blogapi는 더이상 사용할 수 없는건가요?  
권만주 XE3 플러그인 설치 에러 문의 [2] 2019.01.06 by 권만주
홈런볼11 추출한 모듈에 따라서 [2] 2019.01.06 by 홈런볼11
아스카플란 최신 버전 업데이트 오류  
홈런볼11 확장 변수 재배치 방법문의 [1] file 2019.01.07 by 홈런볼11