diff --git a/src/java/bdd/PompierMysql.java b/src/java/bdd/PompierMysql.java index 906813a..e41a905 100644 --- a/src/java/bdd/PompierMysql.java +++ b/src/java/bdd/PompierMysql.java @@ -174,7 +174,7 @@ public class PompierMysql { stmt = theConnection.createStatement(); ResultSet resultQ = null; resultQ = stmt.executeQuery("Select * FROM pompier WHERE login = '"+userSaisi+"' AND mdp = '"+mdpChiffre+"';"); - reponse = resultQ.next(); + reponse = resultQ.next(); } catch (SQLException ex) { Logger.getLogger(PompierMysql.class.getName()).log(Level.SEVERE, null, ex); } diff --git a/web/WEB-INF/ModifProfilJSP.jsp b/web/WEB-INF/ModifProfilJSP.jsp index b4df2f8..f97042b 100644 --- a/web/WEB-INF/ModifProfilJSP.jsp +++ b/web/WEB-INF/ModifProfilJSP.jsp @@ -3,15 +3,35 @@ Created on : 18 oct. 2021, 11:10:01 Author : Millot.thomas --%> - +<%@include file="jspf/enteteJSPF.jspf" %> <%@page contentType="text/html" pageEncoding="UTF-8"%> -
- -