묻고답하기

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 남기남
auddn**** 혹시 [1] file 2015.12.27 by inJin
sunshine 카페24 무료쇼핑몰 스킨은 수정이 안되나요? [1] 2015.12.27 by 부산민지아빠
AceForum 호스팅 이동후 회원 이동 얻으게 하나요? [1] 2015.12.27 by 외인
thdwjdtjr 스케치북5 게시판에서 폰트 진하고 흐리게 [2] 2015.12.27 by thdwjdtjr
라디오스테이션 @BJ람보 님의 출석부 모듈을 사용중입니다. 질문좀 받아주실분 계신가요? [1] file 2015.12.27 by BJ람보
2626 도와 주세요 [3] 2015.12.28 by YJSoft
saramjh 스케치북5 게시판스킨 모바일디자인 문제 file  
seearch21 제로보드 4에서의 링크변경  
터너 executeQuery 관련해서 질문 드립니다..ㅜ [3] 2015.12.28 by 터너
김서연471 최근글 뽑아오는데 년도를 4자리에서 2자리로 표시하고 싶어요. [2] 2015.12.28 by 김서연471
김서연471 페이지 수정시 제목을 안나오게 하거나 글자 크기를 줄이는 방법 문의 드려요. [1] 2015.12.28 by sejin7940
땀모 One Color 레이아웃 2차 메뉴 색상바꾸고싶어요 file  
떨어진비누 2차 메뉴 인식되게 하고싶습니다. file  
아궁이671cc 모바일레이아웃 [2] 2015.12.28 by 아궁이671cc
jav**** 로그인 안되는 현상 문의드립니다. [1] 2015.12.28 by bluedream
삼팔광땡 FTP로 XE업로드를 했는데요.. [2] 2015.12.28 by bluedream
4fruttsmix 소스로 영상 삽입시 [1] 2015.12.28 by bluedream
NuclearSilo 쉬운설치 질문 [1] 2015.12.28 by bluedream
스뮤스 사이트가 안 뜨는건 왜 이러는 걸까요?? [1] 2015.12.29 by 바람같은사나이
금빛붕어 xe 1.4.5.9에서 1.5.4.2 업데이트 문의 [5] 2015.12.29 by maroni
auddn**** 글쓰기 [1] file 2015.12.29 by 카카우
네모 XEDITION 슬라이드 fade 효과 [5] 2015.12.29 by 네모
메인드블랙 모바일 게시판 댓글에 URI 링크 클릭할수 있게하는 방법  
두르 Centos에 Webmin 으로 xe설치시 궁금증~~  
성혀니맘 xedition 메인4의 icon을 변경하고 싶은데요..  
thdwjdtjr Webfont 에드온 설정 부탁드립니다. [1] file 2015.12.29 by 네모
지은 폼메일 한글깨짐 현상 조언부탁드립니다! (제목, 보내는이) file  
MC02 설치 후 welcome page를 클릭하면 Not Found 에러가 납니다. [2] 2015.12.29 by 퍼니엑스이
몽상가 스케치북 클라우드갤러리에서의 링크게시판 기능  
webpole 외부페이지에 최신글 출력문의