mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 16:22:41 +09:00
#18291085 FirePHP 버전 업데이트
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6797 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
44850af83c
commit
70baa780e5
7 changed files with 1974 additions and 1434 deletions
|
|
@ -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';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue