묻고답하기

<?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 남기남
레전드 홈페이지화면에 에러 문구가 뜹니다 도와주세요~ [2] file 2018.12.27 by 레전드
짱구삼촌 minishopXE 인증코드받는 방법 [4] 2018.12.27 by 짱구삼촌
레전드 방문자의 접근을 혀용하고 싶습니다. [2] file 2018.12.27 by 레전드
황마마 스케치북5 모바일 보드스킨 검색창이 안나오네요 [2] 2018.12.27 by 티지레몬
상해파 xe 버젼 확인 방법은? [2] 2018.12.27 by 상해파
정민이 특정화면에서 controller 응답값을 못받아 오는 이유  
787dreamliner 사이트 이전시 첨부파일 손상 [1] 2018.12.28 by 787dreamliner
SJ_KK3 모바일에서 팝업2개가 안띄워집니다..  
백곰 삭제된 게시물을 볼 수 있는 방법 알려주세요 [1] 2018.12.28 by sejin7940
누들그라탕 홈페이지 접속 시 xe설치 화면 뜨는 문제 [1] file 2018.12.28 by sejin7940
엘리할배 sketchbook5 설정 문의드립니다. file  
이봉교 반응형으로 홈페이지 만드려고 하는데요 모바일에 이미지는 왜 그대로죠? [2] 2018.12.28 by 이봉교
엘리할배 sketchbook5 웹진형 섬네일 출력이 안됩니다. [1] 2018.12.28 by sejin7940
LAN 전문가님들 도와주세여 ... file  
이원태 카테코리 추출  
Koreareview CONTACT US 문구 수정법 알려 주세요~ [1] file 2018.12.31 by DoorWeb
날제비 레이아웃 편집관련 문의 [3] file 2018.12.31 by DoorWeb
Hexa 로그인, 회원가입 부분만 MS-SQL을 쓸수 있나요?  
CHOIe081a 모바일만 사용할수 있나요? [1] 2019.01.01 by DoorWeb
잊혀진호돌이 회원 가입 폼 수정 문의 [1] file 2019.01.01 by 즈베즈다
희망 XEDITION 레이아웃 헤더 스크립트 문제 [2] 2019.01.01 by 팔공산
서울갈매기 드롭다운 메뉴 서브메뉴 크기 변경 방법 질문좀 드릴게요 [1] file 2019.01.02 by DoorWeb
날제비 한글파일 깨지는 이유....문의 [2] 2019.01.02 by 날제비
enjoyfun 게시판에서 다른 사용자 글을 수정 할 수 있는 방법은? [2] 2019.01.02 by sejin7940
쏘쏘쏘 회원정보보기 관련 [1] 2019.01.02 by sejin7940
쟈니 sketchbook5 스케치북 아이콘 수정은 어디서 하나요? [1] file 2019.01.02 by sejin7940
검은내일 서브메뉴 소스 질문 [6] 2019.01.02 by 검은내일
누들그라탕 상세설정 에서 상단 내용 [6] file 2019.01.02 by 하이하이데스
문화사랑 500오류  
소시민4 홈페이지 메뉴 클릭시 제대로 안 넘어가는 문제 [1] 2019.01.03 by DoorWeb