묻고답하기

<?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 남기남
와우 이런식으로 옷 코디하는거 ㅜㅜ 어떻게 구축하는건지 아시는분 계신가요?  
arian 게시판에 html 입력시 사라지는 현상 [2] 2019.02.08 by arian
수현수진아빠 한사이트에서 다른 레이아웃을 적용할려면... [1] 2019.02.08 by sejin7940
키미즈 CORE 업그레이드와관련하여 궁금한게 있습니다 [4] 2019.02.07 by sejin7940
세걸 접속통계치 오차 [1] file 2019.02.07 by sejin7940
세걸 메뉴가 사라짐 [2] 2019.02.07 by 세걸
날제비 홈페이지 수정 관련 문의 드립니다. [1] 2019.02.07 by DoorWeb
우유 갑자기 문장들이 밀렸(?)어요! [3] file 2019.02.07 by DoorWeb
프리맨 index.php?mid=xxxxx 소스 편집 [7] file 2019.02.07 by LuisK
pspsps 설정된 번호 입력하고 다음페이지로 넘어가는것 질문입니다 file  
엠씨오리 Warning: fread() [function.fread]: Length parameter must be greater than 0 질문드립니다. [3] 2019.02.07 by 엠씨오리
코딩펀 <ul> <li> 태그가 안 먹힙니다! [1] 2019.02.06 by sejin7940
우유 tab 소스를 활용하는 방법을 알고 싶습니다.  
종합예술인 닉네임을 바꾸면 원래 썼던 글에는 적용 안되나요? [2] 2019.02.05 by 종합예술인
키미즈 PHP버전이 안맞는다네요 [3] file 2019.02.04 by sejin7940
11673e3 마켓플레이스!! 중고장터 관련해서 문의합니다~ [8] 2019.02.04 by 마이산
바크 포인트점수를 특정날짜 이후부터 보여주고 싶습니다. [1] 2019.02.03 by sejin7940
정글범 그누보드5(아미나빌더) VS XE 글내용검색노출  
별빛 관리자 페이지 문서에서 프로필사진 설정 [2] file 2019.02.03 by 별빛
마늘 확장변수로 정렬 및 검색시 너무느려요  
마늘 정렬에 따라서 게시판 속도가 다른게 정상인가요? [2] 2019.02.03 by 마늘
billy 팝업2개와 이미지 슬라이드 충돌 [1] file 2019.02.02 by DoorWeb
chorok 레이아웃 쇼핑몰 [1] 2019.02.02 by sejin7940
AimJin 게시판 분류(카테고리)별로 이미지 배너를 넣을 수 있나요? [11] 2019.02.01 by AimJin
슙슙 게시판 오류 도와주세요.. [3] file 2019.02.01 by LuisK
이와이 content 위젯 오류..? [6] 2019.02.01 by 이와이
AimJin 최근게시물에 사용자 정의 값을 노출할 수 있나요?? [3] 2019.02.01 by LuisK
그루터기46b8f 문서페이지 메뉴로 설정할때 모달창 없애는방법 [2] 2019.02.01 by 그루터기46b8f
CtrlV 모바일 에서는 외부페이지를 지원하지 않나요? [4] 2019.02.01 by CtrlV
리리즈 위젯페이지 복사 방법 없을까요? [1] 2019.01.31 by 리리즈