묻고답하기

<?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 남기남
돼지꿈 지금, 관리자페이지 사이트디자인설정안되는거맞죠?  
권만주 이미지 리사이즈할 때 메타정보 살리는 방법 없을까요? [3] 2018.12.19 by 권만주
psjj**** 윈도우10에 설치할려고 합니다.  
callipark 에러 메세지 해결 방법 문의드립니다. ㅠㅠ  
NAMSOON 혹시 이부분 수정가능한가요? [2] file 2018.12.19 by NAMSOON
HSHAM 오늘 갑자기 게시글이 하나도 안보입니다. [1] 2018.12.19 by sejin7940
검은내일 XE를 SSO구현하는데 질문입니다.  
공주 안녕하세요 file  
파워마케팅 안녕하세요 file  
쏘쏘쏘 게시물 뷰어 익명 처리 방법  
homi**** 처음 설치하는데 php 오류가나요 [2] 2018.12.18 by homi****
Williamhoo 게시판 분류 폭 문제. file  
sol**** 홈페이지가 닫혀서 노출이 되질 않습니다. file  
네오스카이 쿼리문 순서 변경 [2] 2018.12.17 by 네오스카이
김성준 에러문의 "통합 검색을 사용할 수 없습니다." [2] file 2018.12.17 by ITNJOB
기광공 모바일 첫화면 슬라이드 가능한가요? [1] 2018.12.17 by DoorWeb
12123333 게시판에서 엑셀파일을 업로드하면, 테이블로 본문에 삽입되는 기능이 있나요? [2] 2018.12.17 by 12123333
bumsoo1125 가위바위보,퀴즈 모듈 다운로드  
BJVolvo이현석 xe 다국어 500오류 [1] file 2018.12.16 by sejin7940
우주 제발 도와주세요. 포인트 차감문제 [1] file 2018.12.16 by sejin7940
기광공 첫페이지 홈에서 슬라이드 아래 내용 수정 file  
AimJin MAC에 MAMP 설치 후 XE설치할때 문제해결 부탁드릴께요. [3] 2018.12.16 by AimJin
누리 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
복음지기 도메인이 변경이 되서 사이트오류가 나네요