HTML 코멘트로 디버그가 출력되지 않는 버그 수정

This commit is contained in:
devdho 2014-08-26 04:17:09 +09:00 committed by bnu
parent 617ee087d9
commit 88fe50ad09

View file

@ -292,7 +292,7 @@ class DisplayHandler extends Handler
$buff = 'The IP address is not allowed. Change the value of __DEBUG_PROTECT_IP__ into your IP address in config/config.user.inc.php or config/config.inc.php';
}
return "<!--\r\n" . implode("\r\n", $buff) . "\r\n-->";
return "<!--\r\n" . $buff . "\r\n-->";
}
// Output to a file