묻고답하기

xe를 재설치하려고 ftp로 업로드후 에 이런 에러문구가 뜹니다

어떻게 해야 됩니까 도와주십시요

Parse error: syntax error, unexpected '{' in /home/song1003/html/index.php on line 57

 

아래는 index.php

 

<?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);
/**
 * @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())
  {
   $oModule = &$oModuleHandler->procModule();
   $oModuleHandler->displayContent($oModule);
  }
 }
 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 남기남
희야 윈도우즈미디어 소리만 [3] 2007.08.10
UPANGEL 폼에서 몇번째자리가 원하는숫자가 아닐시 에러뜨게하기.. [1] 2007.08.10
전설의 제로보드 갤러리에서 스샷클릭시 링크다운로드하는법??  
정성영 제로보드 글쓰기 할시 기본 양식 (폼)을 주는 방법? [2] 2007.08.10
지니 tar 로 압축 풀기 할때 [2] 2007.08.10
레몽 포인트 추적기능 구현하려면? [7] 2007.08.10
장은수 홈페이지 공부하면서 만드는 중입니당. 여기 뭐가 잘못된건가요?  
callia 질문좀할게요 ㅠㅠ 좀 알려주세요 [1] 2007.08.10
김설향 form 태그가 안 되는 이유가?? [1] 2007.08.10
김남섭 노프레임 홈피 제작시... [1] 2007.08.10
니니 이미지롤오버에 관한건데요... [2] 2007.08.10
김지영 다중선택창선택하고 이동시키기  
Marines 급질문..php수정관련..  
다향 스크롤바가 보이지 않게 하려면 [1] 2007.08.10
김요한 그림을 표에 딱붙게 할려면 어떡하죠? [1] 2007.08.10
Freaky 슬라이스와 몇가지 포토샵질문  
엄성용 게시판 크기가 맘대로 바뀝니다...;; [2] 2007.08.10
김영기 노프레임 홈페이지를 만들때 상하 여백이 생기는 문제... [3] 2007.08.10
석인수 쿠키 사용법 질문 [1] 2007.08.10
왜,그러지 object 로 포토겔러리 최근 게시물 을 삽입 하였는데  
인자기 이거 어떻게 하는거죠?? [1] 2007.08.10
PAIN 레이어를 이용한 서브메뉴 자바소스인데 어디가 잘못된건지 모르겠어요!!  
신창숙 제로보드 연결부분이..  
김문성 공지사항이나 게시판이요 [1] 2007.08.10
권기덕 상업용으로 제로보드 가능한가여? [2] 2007.08.10
sky iframe 자동 높이 조절할때 화면 맨 위로 가지 않아요  
바비 스크롤바 문제인데요 아무리 검색해도 안나오네요 ㅠㅠㅠㅠㅠㅠㅠ  
인자기 에니메이션 베너 제작에 관한 문의입니다 [1] 2007.08.10
주안응삼이™ FLASH PLAYER 보안 질문요~~~  
오형철 최근 게시물 질문이여!! (노프레임 사용)