묻고답하기

<?php
/**
* @file  index.php
* @author NHN (developers@xpressengine.com)
* @brief Start page
*
* Find and create module object by mif, act in Request Argument \n
* Set module information
*
* @mainpage XpressEngine
* @section intro introduction
* 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(korean), http://www.xpressengine.org(english)
* - SVN Repository: http://xe-core.googlecode.com/svn/
* \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 library 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);
define('__ZBXE__', TRUE); // deprecated : __ZBXE__ will be removed. Use __XE__ instead.

/**
* @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();

if($oModuleHandler->init())
{
$oModule = &$oModuleHandler->procModule();
$oModuleHandler->displayContent($oModule);
}
}

$oContext->close();

/* End of file index.php */
/* Location: ./index.php */
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
이온디 레이아웃 info.xml 라디오 인풋 박스에서 기본값 설정은 어떻게 하나요? [1] 2013.02.18 by Xiso
호루라기 레이아웃이 [설치된 레이아웃] 목록에 안뜹니다. [2] 2013.02.18 by 컴토피아
CM(OEZ) 이렇게 뜨는 이유가 뭐일까요? [1] 2013.02.18 by DynamicLaser
산역군 비회원으로 글을쓰면 이상한 코드가 같이 딸려옵니다. [2] 2013.02.18 by DynamicLaser
XE에서 크롬의 notifications기능을 사용하고 싶습니다. [1] file 2013.02.18
쿠마노미 홈페이지 문제  
nimm 에디터 질문입니다  
이경동747 스케치북 게시판 스킨.. no image 현상  
사융이 스케치북 5를 쓰고 있습니다 ㅎ  
007611 회원가입폼 다중선택시 세로로 보기  
sbshs77 이슈 트래커 소유권 변경 방법.. [1] 2013.02.18
고이풀 jsp도 리눅스 서버에서 돌아가나요? [1] 2013.02.18 by 구기닷
syota7942 간단게시판에 대한 질문입니다.  
아이포토 회원데이타 엑셀로 추출시 전화번호출력 송동욱님 답변참고해서 했는데요.. [2] 2013.02.18 by 아이포토
moonsoo77 설문조사 생성후 file  
sukyoung 이메일 주소로 계정찾기 부분 질문 있습니다!  
오락실주인 로그인 안풀리게 xe홈사이트처럼 ㅠ [1] 2013.02.18 by 뀰귤
FEBRUARY2 설정에 '인증 세션 DB사용'은 뭐할때 사용하는 건가요? [2] 2013.02.18 by 뀰귤
원토 위지윅 에디터 질문 [1] 2013.02.18 by LI-NA
kangho 이미지가 나오다 마네요 [1] file 2013.02.18 by LI-NA
원토 상단 로그인 추가방법 [1] 2013.02.18 by 송동우
meanie 버전을 올리려고 하는데요. [1] 2013.02.18 by LI-NA
EvangelineA.K.Macdowell 최신버전 설치했는데 사이트맵 수정 메뉴가 안뜹니다. file  
syota7942 이미지 나오게 하는 방법 문의 드립니다.(클릭 후 내용 확인) file  
taemin-ho 다시 물어 죄송합니다만 스케치북5에서 관리자만 볼수있는 익명 [2] 2013.02.18 by taemin-ho
봉드기 1.5.4.2 업그레이드 후 한글 깨짐 현상 file  
Alex 회원설정 웹마스터 메일주소  
konbau 등록시 문서번호값 요청 에러 - 답 없나요?  
nimm editor 질문입니다.  
꿈꾸는@달 게시판 확장변수 날짜입력폼 관련