묻고답하기

<?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 남기남
이와이 확장변수 설명에 태그달기 [1] 2019.05.07 by 이와이
이와이 댓글에 확장변수(사용자정의) 넣는 방법 [2] 2019.05.07 by 이와이
와칸다 스케치북 게시판에 인피드 광고 삽입 질문 [1] 2019.05.07 by 디스케이션
이정 몇일째 방법을 찾는중이지만 어드민로그인 어떻게하나요 [1] 2019.05.07 by 디스케이션
이와이 댓글 비밀로.. [4] 2019.05.07 by 이와이
미니벨 관리자 페이지 접속시 '페이지가 없습니다'라고 뜹니다ㅠ [1] file 2019.05.07 by 디스케이션
처음부터끝까지 과거 2013년 설치했던 xe를 다시 설치하려고 합니다.... [1] 2019.05.06 by 처음부터끝까지
idh**** .htaccess 리다이렉션 질문 [1] 2019.05.05 by idh****
AimJin 하이퍼링크 열리는 방법 설정 문의드립니다. [10] 2019.05.05 by 제이와이엔소프트
AimJin 스크롤 내릴 경우 팝업되는 창 소스입니다. 모바일 크롬에서는 실행이 안되네요. [1] 2019.05.05 by DoorWeb
이윤형 xe게시판에 대해 [1] 2019.05.05 by DoorWeb
hatali 멀티도메인 사이트 메뉴 추가 작업 문의  
Enki 폼 태그 지우기 [2] file 2019.05.05 by Enki
산바라기 모바일용 메인페이지가 계속 변경됩니다. [3] file 2019.05.03 by DoorWeb
강민구930e8 결제하면 동시에 그룹 등업이 되는 기능 가능할까요? [1] file 2019.05.03 by 포포
일단덤벼 XE 관리자 회원 리스트 엑셀을 뽑고 싶습니다. [6] 2019.05.02 by 브레인630
RyanMoon 메일 보내기 기능 구현에 대한 질문 [4] 2019.05.02 by RyanMoon
kjiw**** 특정 게시판들의 깨짐 현상에 대해 문의드립니다. [2] file 2019.05.02 by kjiw****
산바라기 게시글 입력시 '스팸문자 사양합니다.' [2] file 2019.05.02 by 산바라기
hyun**** 에드온에서 적용할 모듈 선택이 가능하게 어떻게 해야 하나요 ? [1] 2019.05.02 by SimpleCode
스마일루 제로보드4-XE migration 툴 수정관련 (PHP도움 부탁드립니다)  
스마일루 제로보드4->XE이전시 이미지박스는? [3] 2019.05.01 by 스마일루
ysch**** 사이트가 깨졌을때... [5] 2019.05.01 by WhiteRose
손주사랑 게시판 이름 나오는 최근게시물 문의 드립니다 [2] file 2019.04.30 by 손주사랑
기마종족 관리자 로그인이 속썩이네요 [2] 2019.04.29 by 기마종족
이와이 게시판 글쓰기 - 업로드 분할방법 [1] file 2019.04.29 by sejin7940
roks821 S10 5G에서 크롬으로 로그인이 되지 않아요. 아시는 분? [2] 2019.04.27 by roks821
황인범 회원정보 보기 메뉴의 일부를 삭제하거나 게시판을 추가... [1] file 2019.04.26 by 디자인클립
정글범 스케치북 게시판 문제 file  
Happiness crash txt 파일 오류