#18291085 FirePHP 버전 업데이트

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6797 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-09-19 16:25:15 +00:00
parent 44850af83c
commit 70baa780e5
7 changed files with 1974 additions and 1434 deletions

View file

@ -103,7 +103,7 @@
/**
* @brief Firebug 콘솔 출력 사용시 관련 파일 require
**/
if((__DEBUG_OUTPUT__ == 2) && version_compare(PHP_VERSION, '5.2.0', '>=')) {
if((__DEBUG_OUTPUT__ == 2) && version_compare(PHP_VERSION, '6.0.0') === -1) {
require _XE_PATH_.'libs/FirePHPCore/FirePHP.class.php';
}