mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Replace FirePHP with composer library
This commit is contained in:
parent
c3dc2c68f3
commit
ecbf7e188b
36 changed files with 3984 additions and 916 deletions
|
|
@ -289,12 +289,6 @@ if(!defined('__PROXY_SERVER__'))
|
|||
define('__PROXY_SERVER__', NULL);
|
||||
}
|
||||
|
||||
// Require specific files when using Firebug console output
|
||||
if((__DEBUG_OUTPUT__ == 2) && version_compare(PHP_VERSION, '6.0.0') === -1)
|
||||
{
|
||||
require _XE_PATH_ . 'libs/FirePHPCore/FirePHP.class.php';
|
||||
}
|
||||
|
||||
// Set Timezone as server time
|
||||
date_default_timezone_set(@date_default_timezone_get());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue