Merge pull request #929 from devdho/develop

HTML 코멘트로 디버그가 출력되지 않는 버그 수정
This commit is contained in:
bnu 2014-09-11 16:46:28 +09:00
commit 1bdb2da38a

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