묻고답하기

<?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 남기남
별빛 본문 내에서 조회수 삭제를 하고 싶습니다. [9] file 2019.01.22 by LuisK
리천 조인 OR 서브쿼리 도움좀 부탁드려요~~  
rail_man BJ람보님 출석부 업데이트후 HTTP 500 내부 서버 오류... [1] 2019.01.21 by rail_man
별빛 최고 관리자 숨기기 할 수 있나요? [12] file 2019.01.21 by 별빛
핑크이구아나 XE 사용 중인데 어느순간부터 댓글 수정 및 삭제가 되지 않습니다. [1] 2019.01.21 by LuisK
벼리 기간별로 작성글 수 작성댓글을 구하려면 어떻게 해야할까요? [1] 2019.01.21 by LuisK
dd**** 글삭제 권한에 대하여 문의드려요. [1] 2019.01.21 by LuisK
리천 관리자 댓글 출력 수정 위치좀 알려주세요 [2] 2019.01.21 by 리천
오감 게시글 추천/비추천/신고가 안됩니다... [7] 2019.01.21 by 오감
코딩펀 게시판에서 <ul> <li> 태그가 안 먹히는 이유? [3] 2019.01.21 by 코딩펀
이건희 사이트맵 백지 현상 일어나네요 file  
디트리히A <load target="..."/> 관련 파일 경로가 어떻게 될까요?  
forgood 게시판 글에 아이디별 접근 권한 부여하기? [2] 2019.01.19 by sejin7940
allpcpc 게시판 사용자 정의를 너무 길게 넣었더니말이죠.. [1] 2019.01.19 by allpcpc
바키라 모바일에서 서 레이아웃 비정상 문의드려요  
알렉스서 메인, 즉 인텍스는 어디에 있나요? [2] 2019.01.18 by LuisK
anajo7 로그인과 관리자 페이지 오류(도와 주세요) [1] file 2019.01.18 by LuisK
xowl**** 설치된레이아웃 >기본레이아웃>메인레이아웃>설정후 이미지등록이안되요 ㅠ [1] 2019.01.17 by LuisK
풀발잡기 로그인 오류 [1] 2019.01.17 by 디자인클립
Bera 어느 순간부터 유튜브 링크를 걸었을 때 동영상이 자동으로 안뜨네요ㅠ [6] 2019.01.16 by Happiness
도토리묵 포인트 부족시 알림창 띄우기  
콜롬보 다른 회원정보 보기 권한 [4] 2019.01.16 by 콜롬보
오감 게시글에 댓글이 달릴시 이메일로 알람이 오게 하는 방법이 있을까요? [2] 2019.01.16 by 오감
댑펑 게시물 대량 이동을 DB 명령어로 가능한가요? [1] 2019.01.15 by sejin7940
별빛 특정그룹이나 회원에게 회원정보수정권한 주게 할 수 있나요? [3] 2019.01.15 by sejin7940
Happiness xe 1.11.2 로 업글후 로그인 안됩니다.  
밀가루 http 500 error 문제 [6] 2019.01.15 by 밀가루
totus**** 레이아웃 메뉴 수정하는 법? [4] file 2019.01.15 by totus****
davinchi121 xe 로컬로 설정하는 법 좀 알려주세요 [1] 2019.01.15 by LuisK
홈런볼11 게시글 내 특수문자 [1] 2019.01.15 by LuisK