mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
간단한 코드 정리
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3905 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1b719c3258
commit
07348d2899
1 changed files with 6 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* @file index.php
|
||||
* @author zero (zero@zeroboard.com)
|
||||
* @author zero <zero@zeroboard.com>
|
||||
* @brief 시작 페이지
|
||||
*
|
||||
* zeroboard XE의 시작 페이지
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
/**
|
||||
* @brief 필요한 설정 파일들을 include
|
||||
**/
|
||||
require_once("./config/config.inc.php");
|
||||
require_once('./config/config.inc.php');
|
||||
|
||||
/**
|
||||
* @brief Context 객체를 생성하여 초기화
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue