묻고답하기

<?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 남기남
누리 Xedition 상단 header 부분 바탕색 비꾸려면? [2] 2018.12.16 by 누리
케레인 외부사이트를 안에 집어넣으려면 어떻게 해야하나요? [3] 2018.12.16 by LYG
져니스케입스코리아 1.11 업데이트 후 접속하면 이렇게 됩니다!  
마꼬꼬 VPS 서버 선택 시 해외 방문자 관련  
벼리 rss의 title이 ...으로 생략되어 버립니다  
김심술 윈도우10, IIS 환경에서 XE 설치시 MySQL 항목이 활성화 되지 않습니다. [1] file 2018.12.14 by DoorWeb
마놀희 xeicon spinner 적용시켰는데 움직이질 않아요;; [1] 2018.12.14 by DoorWeb
복음지기 도메인이 변경이 되서 사이트오류가 나네요  
손주사랑 ftp 무었을 쓰세요? [6] 2018.12.13 by 대암지기
슬리퍼 xe글쓰기테마에서 이 부분을 제거하고 싶어요. file  
wtst 안녕하세요 메인페이지 레이아웃... [1] 2018.12.13 by 박상범
두발잔차 <작업요청>로그인 갑자기 안되는 기본url설정.- [1] 2018.12.13 by 박상범
포토그래퍼권오명 index.php 질문좀 드려요 [4] file 2018.12.13 by 패트릭권
jungle 힘들게 홈페이지 HTML 섹션을 만들었는데 적용이 잘 안되네요 [9] file 2018.12.13 by jungle
절대불가 관리자 로그인 페이지 406 Not Acceptable 에러 [1] 2018.12.12 by 절대불가
우주 특정회원 포인트 차감이 안됩니다..  
뵤로뤙 누리고 쇼핑몰 일괄등록 하는 법.. [4] 2018.12.12 by 생크림
우랑탕탕이 공홈 자료실 모듈 자료실 - Resources ver. 1.7.0 작동 합니다  
티지레몬 게시판 검색시에..  
도감김권하 스케치북게시판에서 댓글못달게하고싶은데요 [5] 2018.12.11 by 굿이여ㅋ
미리네 XEDITION에서 슬라이드 이미지 싸이즈 변형 방법은?  
djraym**** 로그인 풀림 현상인지 좀 도와주세요.. [1] 2018.12.11 by 도토리묵
가상 contact board 리스트 출력 [1] 2018.12.10 by sejin7940
오늘내일모레 모바일게시판에서 oembed 애드온이 유튜브만 작동하지 않습니다  
티지레몬 게시판 사용자정의 본문내용 출력시 입력하지 않은 목록도 표시 되게.. [2] 2018.12.07 by 티지레몬
콩씨 중고거래 게시판에 확장변수로 연락처 ***로 만들기 가능한가요? [2] 2018.12.07 by 티지레몬
현스가이 확장변수를 str_replace로 특정문자열만 치환할 수 있을까요? [4] 2018.12.07 by 티지레몬
d@s 게시판 읽기에서 사용자정의는 보이고 본문을 숨기려면 어떻게 해야하는지요? [3] file 2018.12.07 by 티지레몬
권만주 모바일에서 에디터 충돌현상 어찌해야 할까요? [2] file 2018.12.07 by 권만주
ex**** xeXE 문의드립니다. [2] 2018.12.07 by ex****