묻고답하기

<?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 스타터인데 자작 레이아웃 디자인이 가능한가요? [3] 2019.02.19 by 키미마루
키미즈 개시판의 첨부파일이 다운되지 않습니다 [4] file 2019.02.19 by 키미즈
김민석 모바일 로 접속시 화면이 1도 안보이고 흰색화면이 보여요 [1] 2019.02.18 by DoorWeb
일그리고여행 SQL 쿼리 문장 .. 도움을 부탁드립니다. [2] 2019.02.18 by 일그리고여행
paraduxx 미리보기를 하면 html 이 그대로 나오는데  
rail_man 회원목록에서 관리자를 삭제하였습니다. [2] 2019.02.17 by rail_man
roks821 파일첨부동작?  
모던웹 첨부파일 자동본문삽입 안되게 할수는 없나요? [2] 2019.02.16 by orangehome
railman 이메일 인증시 오류가 발생하였습니다. file  
지나 게시판에 글 쓰고 등록 클릭하면 그대로 있네요... [2] 2019.02.15 by 지나
soyum**** php)다운로드 파일이 제대로 안보이는 오류 [2] file 2019.02.15 by soyum****
CtrlV 외부페이지 DB 불러오기가 왜 안될까요? [2] 2019.02.15 by CtrlV
inhyeparklee 설정>게시판정보>고급>'섬네일' 추가해도 저장하면 목록에서 사라짐 +썸네일 가려짐 file  
함형규 안녕하세요.. 도움 주실분..구합니다.. [1] 2019.02.14 by LuisK
T1000 메인 페이지에서 사진을 꽉 채우려고 하려면 [2] 2019.02.12 by T1000
꿀잠자요 잘못된 응답을 전송했습니다. 라고 뜹니다. [1] 2019.02.12 by LuisK
꿀잠자요 XE 사용 초보입니다. 로그인 오류로 아얘 접속이 안됩니다. [4] 2019.02.12 by 꿀잠자요
railman 홈페이지에서 상담신청 게시판을 만들고자 합니다. [1] 2019.02.12 by LuisK
김세환 XEDITION 레이아웃 모바일 로그인창 질문드립니다 [1] file 2019.02.11 by DoorWeb
야호딩동댕 스켓치북 모듈스킨 본문 버튼 수정 부탁드립니다. [2] file 2019.02.11 by 야호딩동댕
shoothing**** 스케치북5 게시판 체크박스 질문 좀 드릴께요 [4] 2019.02.10 by shoothing****
inhyeparklee 원본글 복사를 했는데, 댓글은 없네요. 댓글은 복사가 안되나요? [2] 2019.02.09 by inhyeparklee
삼무 홈페이지에 회원 가입하려는데 웹 페이지 미시지가 자꾸 떠는 것은 어떻게 헤야 하나요 [2] file 2019.02.09 by 삼무
크림스푸 코어 업로드 후 글자깨짐 [4] file 2019.02.09 by inhyeparklee
inhyeparklee 특정한 게시물만 깨지는 현상(+게시판 전체 글 깨짐) file  
정주신 웹페이지를 긁어온후 그값을 위젯으로 올릴수 없나요? [1] 2019.02.09 by 정주신
㉿반딧불 [zeroboard4] 한번 봐 주십시요. [1] 2019.02.08 by DoorWeb
날제비 홈페이지 추가 수정관련 문의 드립니다. [2] file 2019.02.08 by DoorWeb
shoothing**** 스케치북5 관리자 로그인시 체크박스가 안보여요 [3] file 2019.02.08 by sejin7940
david 웹사이트에 올려진 사진들이 나타나지 않습니다. [2] file 2019.02.08 by david