묻고답하기

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 남기남
saramjh 스케치북5 게시판스킨 모바일디자인 문제 file  
2626 도와 주세요 [3] 2015.12.28 by YJSoft
라디오스테이션 @BJ람보 님의 출석부 모듈을 사용중입니다. 질문좀 받아주실분 계신가요? [1] file 2015.12.27 by BJ람보
thdwjdtjr 스케치북5 게시판에서 폰트 진하고 흐리게 [2] 2015.12.27 by thdwjdtjr
AceForum 호스팅 이동후 회원 이동 얻으게 하나요? [1] 2015.12.27 by 외인
sunshine 카페24 무료쇼핑몰 스킨은 수정이 안되나요? [1] 2015.12.27 by 부산민지아빠
auddn**** 혹시 [1] file 2015.12.27 by inJin
thdwjdtjr 게시판에 글꼴이 없을 경우 해당 글꼴 표현은 ???? [2] 2015.12.27 by thdwjdtjr
thdwjdtjr 웹폰트 적용하는 방법에 대하여 문의드립니다. [5] 2015.12.26 by thdwjdtjr
Gmelon 선우 로그인폼 위젯에서 (로그인위젯) 이메일로 로그인이 안되는.. [2] 2015.12.26 by 쏘쿨쏘핫
노승주706b2 스케치북 게시판에 알록달록한 메뉴색 수정법좀 알려주세요!  
Renovation xe 알림 수정 file  
사이트 배너 제작방법  
리인 write_form에서 분류 셀렉트 부분을 라디오 버튼으로 바꿀 순 없을까요? [1] 2015.12.26 by 카이네드
dokb 잘못된 요청이란 경고. 무엇 때문인지 좀 도와 주세요. [4] file 2015.12.26 by dokb
스파모 포인트경매 모듈 작동이 안되는데 어떻게 해결방법 없을까요? file  
Senahri 배경넣기 질문  
nfreerin 현재 위치를 표시하려면 어떻게 하나요? [8] 2015.12.25 by nfreerin
bonui Nizbridge 님 XE Portfolio type 레이아웃 로그인 문제  
다미아빠 질문 질문!