묻고답하기

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 남기남
범스~ 웹브라우저 제목 이미지 삽입 [1] 2011.06.13 by 날개!
딸꾹질 분류 선택시 나오는 게시물 숫자 [1] 2011.06.14 by 송동우
안빈군 인증메일 내용이 없습니다 [1] 2011.06.14 by 안빈군
송이야 로그인시 에러 어떻게 해야 하나요?  
(함은정) 게시물수 어떻게 구하나요? [5] 2011.06.14 by 송동우
Milano 외국 서버인데 XE 설치가 가능한지 문의 드려봅니다.  
금정이1 링크  
박철평 다국어페이지에서 언어선택시 각각 다른 페이지로 링크가 되게 할 수 있나요?  
러브스킬 게시글을 조회한 IP 주소를 알수 있는 방법  
999 어린이가 제일 좋아하는 기름은?? [2] 2011.06.14 by 송동우
999 세상에서 가장 뜨거운 과일은? [1] 2011.06.14 by 송동우
999 세상에서 가장 무서운 전화는? [1] 2011.06.14 by 송동우
999 달걀이 축구를 잘하면? [1] 2011.06.14 by k02092000
999 세상에서 가장 야한 음식재료는? [1] 2011.06.14 by k02092000
999 학생들이 제일 싫어하는 피자는? [1] 2011.06.14 by 송동우
레몬아 댓글등록시 포인트지급..  
이영호326 모바일 파일첨부 [1] 2011.06.14 by 송동우
999 빵이 시골로 간 까닭은? [1] 2011.06.14 by 송동우
999 세상에서 제일 착한 사자는? [1] 2011.06.14 by 송동우
999 '태정태세문단세'를 5글자로 하면? [1] 2011.06.14 by 송동우