mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-21 11:22:34 +09:00
./config/config.inc.php내의 오타 수정.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4098 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b37fd27a15
commit
4741a41952
1 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@
|
|||
*
|
||||
* php5 기반으로 바꾸게 되면 _autoload를 이용할 수 있기에 제거 대상
|
||||
**/
|
||||
if(__DEBUG__) define('__ClassLosdStartTime__', getMicroTime());
|
||||
if(__DEBUG__) define('__ClassLoadStartTime__', getMicroTime());
|
||||
require_once('./classes/object/Object.class.php');
|
||||
require_once('./classes/handler/Handler.class.php');
|
||||
require_once('./classes/xml/XmlParser.class.php');
|
||||
|
|
@ -82,7 +82,7 @@
|
|||
require_once('./classes/display/DisplayHandler.class.php');
|
||||
require_once('./classes/template/TemplateHandler.class.php');
|
||||
require_once('./classes/mail/Mail.class.php');
|
||||
if(__DEBUG__) $GLOBALS['__elapsed_class_load__'] = getMicroTime() - __ClassLosdStartTime__;
|
||||
if(__DEBUG__) $GLOBALS['__elapsed_class_load__'] = getMicroTime() - __ClassLoadStartTime__;
|
||||
|
||||
/**
|
||||
* @brief 세션 설정
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue