작업 표시 url 수정
This commit is contained in:
parent
dfa1853f3b
commit
2e2d604ae2
@ -22,7 +22,7 @@ if (clientIp == null || clientIp.isEmpty() || "unknown".equalsIgnoreCase(clientI
|
|||||||
log("clientIp :: " + clientIp); // JSP 내장 메서드
|
log("clientIp :: " + clientIp); // JSP 내장 메서드
|
||||||
|
|
||||||
if (!"119.193.215.98".equals(clientIp)) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
%>
|
%>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user