묻고답하기

http://mapleblood.net/

 

접속해보시면 아래와같이 소스로뜨네요 이거 어떻게하죠

 

<?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
 **/
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 남기남
kHj 로그인창이 없어요 [1] 2016.09.09 by XE카오스
스카 내부오류 500에 문제점이 어디 있을까요? [2] 2016.09.09 by J.LAB
엔젤킬러 문서페이지 상단에 브라우저 제목이 보입니다. [1] file 2016.09.09 by sejin7940
네번째그림 다른 스킨을 미리보기 할 수 없나요??? 강제로라도...  
멍멍 위젯문의입니다 [1] 2016.09.09 by XE카오스
안군 xe초보입니다..쉬운설치 ftp설정이안되는데.. 궁금합니다! [2] 2016.09.09 by 안군
redclip 사파리 에서 타이핑이 안됩니다. [3] 2016.09.09 by 해외유저
hellojdy 도메인 주소 2개 연결! [3] 2016.09.09 by hellojdy
서버링 게시판 글등록 오류  
녹두장군 사이트맵이 추가되지 않습니다. [1] file 2016.09.08 by YJSoft
weiss 데일리모션 동영상 퍼가기가 안돼요 [2] 2016.09.08 by weiss
123sjwsjw 처음으로 만들기에 도전하려는데..질문좀요 [2] 2016.09.08 by 최윤한
별님왕자 흐름of이미지 최근사진 보기 에러 [1] 2016.09.08 by 별님왕자
별님왕자 도와주세요~ 회원가입이 안돼요. [5] 2016.09.08 by 별님왕자
이문이100 자바스크립트(php) 코드 숨기기? [1] 2016.09.08 by SimpleCode
Jungyeol 게시판 글이 선택 및 수정이 안됩니다. [2] 2016.09.08 by sejin7940
홍수영 게시판 별 금지어 설정  
샐러드림 홈페이지 도움 부탁드립니다. [1] 2016.09.07 by Kin
홈런볼11 특정 카터고리 경우 [2] 2016.09.07 by 홈런볼11
skylark 비밀번호 문의드립니다