묻고답하기

<?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 남기남
SSUN 게시판 글쓰기 [1] 2019.07.03 by XE카오스
Julian centos7 + Nginx XE 403에러 [3] 2019.07.02 by Julian
이정 xe를 편하게 이용할려면 어떤걸 공부해야할까요 [2] 2019.07.02 by 제이와이엔소프트
추억 확장변수에서 숫자만 나오게 하고 싶습니다. [5] file 2019.07.01 by JustDoItAnything
tae00 회원가입시 저장안됨, 로그인 오류 file  
불꽃남자cc4e1 DB접속오류 (로그인유지?) [3] 2019.07.01 by 기진곰
바키라 브라우저 제목이 안바껴요..ㅜㅜ [2] file 2019.07.01 by 바키라
원더랜드 구글 서치콘솔 등록 [2] 2019.07.01 by 원더랜드
쉐랄랑 제작의뢰 글 올렸다 먹튀 당했는데 어디에 신고해야할까요? [3] 2019.06.30 by PAIN
프리뷰 스포츠 티비중계 설치제공해주는업체 추천좀 부탁드림니다  
바키라 브라우저 제목이 안바뀝니다. [1] 2019.07.01 by 바키라
t**** ios 환경 (아이폰, 아이패드)에서 입력폼 작동 안되는 현상? [1] 2019.06.29 by t****
동혀니 달력/PlannerXE123 설정 관련[사례드림]  
동혀니 소셜 로그인 관련.. file  
동혀니 xe 코어 다운로드가 안됩니다. [2] 2019.06.28 by sejin7940
xe초보 도와 주세요 . 부탁드립니다.  
부자철 게시판 모바일로봤을때 짤림현상 [2] file 2019.06.28 by sejin7940
핑크베이비 메인화면 백지화 현상 문의 합니다. [3] 2019.06.28 by sejin7940
나답게 somgthing 모듈 설치하고 쉬운설치가 이상해졌어요.  
카오스 안녕하세요. 모바일 레이아웃 관련 문의드립니다. [2] file 2019.06.28 by 카오스