mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1195 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4c123b4395
commit
ee5e479fd3
2 changed files with 2 additions and 3 deletions
|
|
@ -29,7 +29,7 @@
|
|||
* 2 : 1 + DB 쿼리
|
||||
* 3 : 모든 로그
|
||||
**/
|
||||
define('__DEBUG__', 3);
|
||||
define('__DEBUG__', 1);
|
||||
|
||||
if(__DEBUG__) define('__StartTime__', getMicroTime());
|
||||
|
||||
|
|
|
|||
|
|
@ -143,8 +143,7 @@
|
|||
if(!$buff) return;
|
||||
|
||||
if(__DEBUG_OUTPUT__==1) {
|
||||
$header = sprintf("<!--\n%s\n-->", print_r($buff,true));
|
||||
Context::addHtmlHeader($header);
|
||||
print sprintf("<!--\n%s\n-->", print_r($buff,true));
|
||||
} else {
|
||||
$debug_file = "./files/_debug_message.php";
|
||||
$buff = sprintf("%s\n",print_r($buff,true));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue