묻고답하기

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 남기남
이문이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 비밀번호 문의드립니다  
thdwjdtjr 홈페이지 타이틀 지목 및 설명은 어디에 저장이 되는지요 [1] 2016.09.07 by 아랍뿡
효주 게시판 새글 이메일 중복발송 질문 [2] 2016.09.07 by 효주
뿌꾸빵 스케치북 레이아웃에서 게시판에 분류를 추가하는방법문의합니다 [3] 2016.09.07 by sejin7940
kdh**** 초보자입니다..한가지만 여쭙겠습니다 [4] 2016.09.07 by kdh****
아찌 block_ip.addon 질문드립니다.  
펭구 모바일 레이어 팝업 질문드립니다.  
살소리 js 충돌문제.. 도와주세요 [5] 2016.09.06 by 살소리
경석준 블루호스트에서 최근 xe 설치하신분 있나요?  
마꼬꼬 서브도메인을 네이버에서 검색등록 하신분 계신가요?  
마꼬꼬 화이트 도메인 등록 관련 문의 [4] 2016.09.06 by 마꼬꼬
멈뭄미 외부페이지 문제입니다 너무 답답하네요.  
hellojdy https 도메인과 포트번호 질문입니다! [11] 2016.09.06 by hellojdy
youeun 기존 db에 테이블 xe_mermber  화면탭에 나오는 설정방법  
youeun 회원가입 탭을 생성했습니다 제가 만들 db를 설정하고자 합니다. [2] 2016.09.06 by youeun