mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
r6853 에서 처리되지 않은 FirePHP 관련 PHP 버전체크 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6908 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
670545cdf6
commit
0be93134f9
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@
|
|||
$end = getMicroTime();
|
||||
|
||||
// Firebug 콘솔 출력
|
||||
if(__DEBUG_OUTPUT__ == 2 && version_compare(PHP_VERSION, '5.2.0', '>=')) {
|
||||
if(__DEBUG_OUTPUT__ == 2 && version_compare(PHP_VERSION, '6.0.0') === -1) {
|
||||
static $firephp;
|
||||
if(!isset($firephp)) $firephp = FirePHP::getInstance(true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue