#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:
haneul 2010-01-03 13:08:45 +00:00
parent 386a185f7e
commit 72f5e52cda

View file

@ -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"))
{