묻고답하기

<?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 남기남
절대불가 관리자 로그인 페이지 406 Not Acceptable 에러 [1] 2018.12.12 by 절대불가
jungle 힘들게 홈페이지 HTML 섹션을 만들었는데 적용이 잘 안되네요 [9] file 2018.12.13 by jungle
포토그래퍼권오명 index.php 질문좀 드려요 [4] file 2018.12.13 by 패트릭권
두발잔차 <작업요청>로그인 갑자기 안되는 기본url설정.- [1] 2018.12.13 by 박상범
wtst 안녕하세요 메인페이지 레이아웃... [1] 2018.12.13 by 박상범
슬리퍼 xe글쓰기테마에서 이 부분을 제거하고 싶어요. file  
손주사랑 ftp 무었을 쓰세요? [6] 2018.12.13 by 대암지기
복음지기 도메인이 변경이 되서 사이트오류가 나네요  
마놀희 xeicon spinner 적용시켰는데 움직이질 않아요;; [1] 2018.12.14 by DoorWeb
김심술 윈도우10, IIS 환경에서 XE 설치시 MySQL 항목이 활성화 되지 않습니다. [1] file 2018.12.14 by DoorWeb
벼리 rss의 title이 ...으로 생략되어 버립니다  
마꼬꼬 VPS 서버 선택 시 해외 방문자 관련  
져니스케입스코리아 1.11 업데이트 후 접속하면 이렇게 됩니다!  
케레인 외부사이트를 안에 집어넣으려면 어떻게 해야하나요? [3] 2018.12.16 by LYG
누리 Xedition 상단 header 부분 바탕색 비꾸려면? [2] 2018.12.16 by 누리
AimJin MAC에 MAMP 설치 후 XE설치할때 문제해결 부탁드릴께요. [3] 2018.12.16 by AimJin
기광공 첫페이지 홈에서 슬라이드 아래 내용 수정 file  
우주 제발 도와주세요. 포인트 차감문제 [1] file 2018.12.16 by sejin7940
BJVolvo이현석 xe 다국어 500오류 [1] file 2018.12.16 by sejin7940
bumsoo1125 가위바위보,퀴즈 모듈 다운로드  
12123333 게시판에서 엑셀파일을 업로드하면, 테이블로 본문에 삽입되는 기능이 있나요? [2] 2018.12.17 by 12123333
기광공 모바일 첫화면 슬라이드 가능한가요? [1] 2018.12.17 by DoorWeb
김성준 에러문의 "통합 검색을 사용할 수 없습니다." [2] file 2018.12.17 by ITNJOB
네오스카이 쿼리문 순서 변경 [2] 2018.12.17 by 네오스카이
sol**** 홈페이지가 닫혀서 노출이 되질 않습니다. file  
Williamhoo 게시판 분류 폭 문제. file  
homi**** 처음 설치하는데 php 오류가나요 [2] 2018.12.18 by homi****
쏘쏘쏘 게시물 뷰어 익명 처리 방법  
파워마케팅 안녕하세요 file  
공주 안녕하세요 file