diff --git a/WebContent/adminLogin.jsp b/WebContent/adminLogin.jsp index e4db5fc..3ac93cc 100644 --- a/WebContent/adminLogin.jsp +++ b/WebContent/adminLogin.jsp @@ -49,13 +49,13 @@ if (result.next()){ if(result.getInt("Password_Flag") == 1){ stmt.close(); connection.close(); - response.sendRedirect("html/webpages/admin.jsp"); + response.sendRedirect("html/webpages/administration/admin.jsp"); return; } else{ stmt.close(); connection.close(); - response.sendRedirect("html/webpages/adminpassword.jsp"); + response.sendRedirect("html/webpages/administration/adminpassword.jsp"); return; } } else { diff --git a/WebContent/html/webpages/admin.jsp b/WebContent/html/webpages/administration/admin.jsp similarity index 71% rename from WebContent/html/webpages/admin.jsp rename to WebContent/html/webpages/administration/admin.jsp index 9ddfd7b..6719058 100644 --- a/WebContent/html/webpages/admin.jsp +++ b/WebContent/html/webpages/administration/admin.jsp @@ -15,9 +15,9 @@ src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"> - + + href="../../imgs/synchrony-financial-logo-dlpx_1.ico">
@@ -92,7 +83,7 @@ pageEncoding="ISO-8859-1"%>