From 50a2a72ce4a15965f36919ca75b1c2749cf606cf Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 15 Feb 2007 13:56:40 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@97 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index e2f6e5532..9c7d75319 100644 --- a/index.php +++ b/index.php @@ -23,8 +23,8 @@ require_once("./config/config.inc.php"); /** - * @brief Context 객체를 생성하여 초기화\n - * 모든 Request Argument/ 환경변수등을 세팅 + * @brief Context 객체를 생성하여 초기화 + * 모든 Request Argument/ 환경변수등을 세팅 **/ $oContext = &Context::getInstance(); $oContext->init();