diff --git a/src/main/webapp/login.jsp b/src/main/webapp/login.jsp index 4d6be52a..731ff54e 100644 --- a/src/main/webapp/login.jsp +++ b/src/main/webapp/login.jsp @@ -3,7 +3,7 @@ <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; - String clientIp = Tools.getCurrentUserIP(); + String clientIp = Tools.getLocalIp(request); %>