작업 표시 url 수정

This commit is contained in:
hehihoho3@gmail.com 2025-06-21 22:35:24 +09:00
parent dfa1853f3b
commit 2e2d604ae2

View File

@ -22,7 +22,7 @@ if (clientIp == null || clientIp.isEmpty() || "unknown".equalsIgnoreCase(clientI
log("clientIp :: " + clientIp); // JSP 내장 메서드
if (!"119.193.215.98".equals(clientIp)) {
response.sendRedirect("http://localhost/publish/maintenance.html");
response.sendRedirect("https://www.munjaon.co.kr/publish/maintenance.html");
return;
}
%>