묻고답하기

<?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 남기남
제인쏭킴 XE 자료실에 등록한 모듈의 게시 일정에 대해 문의드립니다. [1] 2019.05.13 by XE
꿈틀잉 스케치북 댓글 수정삭제를 관리자만 보이게 할수있을까요..그림 [4] file 2019.05.13 by AimJin
Enki 스케치북5 인기글 위젯 다는법 [1] 2019.05.13 by 꾸미
쿠캉쿠캉 제로보드 데이터 이전 시 외계어는 안 옮겨지나요? [1] 2019.05.13 by 꾸미
산소탱크 XE4 홈피입니다. 게시글 내용수정 소스찾는 방법좀알려주세요.ㅠㅠ [2] file 2019.05.13 by LuisK
Enki 회원가입 요청 이메일 보낸게 스팸메일 처리되네요 [3] 2019.05.12 by Enki
홈런볼11 게시판 내 특수문자 입력 문제 [1] 2019.05.12 by DoorWeb
Enki 카테고리마다 인기글 위젯 [1] 2019.05.12 by DoorWeb
아옮옮 중학생이 기본적인 html 질문좀 드리겠습니다 ㅠㅠ [1] file 2019.05.12 by DoorWeb
준이 게시판 권한에서 글쓰기와 댓글 권한 변경이 안됩니다.  
처음부터끝까지 xe 와 xe3 는 DB 구조도 다른가여?? [2] 2019.05.11 by SimpleCode
바람의기억 본문내 문서뷰어 에드온질문 드립니다. file  
Enki 고수님들 화제의 애드온 코드 상단이 아닌 위젯에다 달고 싶습니다  
여휴우 관리자페이지 로그인 후 자동 로그아웃이 되는 현상 [2] 2019.05.10 by 여휴우
쿠캉쿠캉 데이터 이전하려는데 하드용량 얼마나 해야 할까요? [2] 2019.05.10 by 쿠캉쿠캉
Enki 스케치북5 문제 [2] 2019.05.10 by Enki
인천한량 SKETCHBOOK 스킨 익스플로러11 오류 [3] file 2019.05.09 by 인천한량
12123333 XE사이트에서 XE사이트로 게시글 이전 문의드립니다. [1] 2019.05.09 by DoorWeb
다유시럽 최신글 클릭시 팝업으로 띄우는 방법 도와주세요.. ㅜㅜ [5] 2019.05.09 by 제이와이엔소프트
스머프 doorweb반응형 레이아웃 사용자입니다. 창을 줄였을 때 홈페이지명을 ... [3] file 2019.05.09 by DoorWeb
Enki 컨텐츠 확장 위젯 + 스케치북5 [1] file 2019.05.09 by DoorWeb
아데나 주소록 가져오기 했는데 왜 1건만 보일까요? [2] 2019.05.08 by sejin7940
아데나 외부연결페이지에서 DB연결을 통한 자료 불러오기 [2] 2019.05.08 by 아데나
정센 XE core 업데이트 이후 홈페이지가 보이지 않습니다. [1] 2019.05.08 by sejin7940
FREE 위젯코드 에러?  
아스카플란 코어 최신 버젼 업그레이드 후 먹통 현상 [1] file 2019.05.08 by 정센
AliveInVeitnam 스킨적용 에러 file  
genosaid 게시판 분류관리가 먹통이네요 .. [6] 2019.05.08 by SSUN
Enki 인기글 위젯 달았는데 각 게시판마다 출력되는게 아니네요;; [3] 2019.05.08 by Enki
Enki 회원가입을 수동적으로 관리자가 직접 승인해야되네요;; [1] 2019.05.08 by sejin7940