mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
#18587973 : follow debug_protect in file debugging
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7099 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
386a185f7e
commit
72f5e52cda
1 changed files with 3 additions and 0 deletions
|
|
@ -520,6 +520,9 @@
|
|||
$firephp->fb($debug_output, $label);
|
||||
|
||||
} else {
|
||||
if(__DEBUG_PROTECT__ === 1 && __DEBUG_PROTECT_IP__ != $_SERVER['REMOTE_ADDR']) {
|
||||
return;
|
||||
}
|
||||
$debug_file = _XE_PATH_.'files/_debug_message.php';
|
||||
if(function_exists("memory_get_usage"))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue