mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
HTML 코멘트로 디버그가 출력되지 않는 버그 수정
This commit is contained in:
parent
617ee087d9
commit
88fe50ad09
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue