묻고답하기

<?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 남기남
다랑어 코어 XpressEngine ver. 1.11.2 - 업데이트 실패  
chee**** 다국어 세트 저장이 안됩니다 [2] file 2019.03.14 by chee****
아스키 사용자정의에서 입력폼 위치 변경 [3] file 2019.03.14 by 아스키
허얼윤 게임 전적검색 사이트 제작하려고하는데요. [1] 2019.03.13 by SimpleCode
jjhe**** 도어웹님 레이아웃 [1] file 2019.03.13 by DoorWeb
calko DB로 사이트 복귀하는 방법 [4] 2019.03.13 by calko
생컨38889 간혈적으로 OOPS 창이 나오는데 왜이럴까요?  
럭키걸 html 선택박스 없는데 file  
rail_man 가상서버 신청시 OS는 어느 것을 선택해야 하는지요  
개발자티케 주소입력 url 리다이렉션 질문드립니다!! [2] 2019.03.12 by 개발자티케
시엘 인스톨후 404 오류 문제 [1] 2019.03.12 by 시엘
우주 포인트 선물 모듈 수수료 적용 오류  
hatali 포탈사이트 서브도메인 설정  
남창훈 메인페이지 동영상 autoplay 문제 [3] 2019.03.11 by DoorWeb
한끝 'DB Table 생성과 모듈 업데이트 필요'가 안됩니다. [1] 2019.03.11 by 아찌
아찌 module - DB Table 생성하기 안되는 이유 아시는분 [2] 2019.03.11 by 아찌
kare**** 확장변수 중 전화번호를 가져올 수 있는 방법이 있을까요? [2] 2019.03.11 by kare****
누리누리 미디어 글쓰기 삽입 애드온이 관리자만 됩니다  
chorok 파이어폭스에서 아이프레임 안먹히나요??  
검은내일 서브도메인마다 시작 홈페이지를 따로 지정할 수 있나요? [2] 2019.03.08 by 검은내일
kunh**** 크롬에서 템플릿 섹션내용이 안보여요 file  
알파인웍스 섬네일 db 테이블 위치 [1] 2019.03.08 by sejin7940
homi**** xedition 슬라이드 글자색은 어떻게 바꾸나요? [5] 2019.03.07 by 마하수리
쥬크레이 익스플로러11에서만 마우스호버가 잘 동작하지 않습니다. [5] 2019.03.07 by wtst
chorok XEDITION edited by Kim Tajo 에서 좌측 상단 로고가 [1] 2019.03.07 by chorok
homi**** xe 1.11.2로 올리고 나서 본문에 파일 첨부가 안되요 [1] 2019.03.07 by homi****
-c64ac 팝업창 전체 수정 [4] file 2019.03.07 by -c64ac
하이하이데스 게시판 상단내용 입력시 역슬래쉬 생성 문제 [1] file 2019.03.07 by 마하수리
마하수리 PHP 버전 변경 후 해야 할 일 [2] 2019.03.07 by 마하수리
Masterhwan 홈페이지 스킨을 변경 했습니다 [1] 2019.03.06 by DoorWeb