Commit f0ca6cd6 authored by Okthane's avatar Okthane

final

parent b1b0d076
......@@ -133,7 +133,8 @@ $(document).ready(function(){
);
}
else{
$("body").append(`<h3>Votre adresse électronique sera ${mail}, vous recevrez votre mot de passe dans les 24 heures.</h3>`);
$("body").append(`<h3>Votre adresse électronique sera ${mailCalcule}, vous recevrez votre mot de passe dans les 24 heures.</h3>`);
}
})
......
......@@ -5,7 +5,9 @@ if($_SERVER["REQUEST_METHOD"]=="POST"){
"prenom"=>"jean-patrick",
"nom"=>"doe.remifa.sollasi",
"mailCalcule"=>"patrick.doe.remifa.sollasi@ext.imt-nord-europe.fr",
"mailsPossibles"=>array("jean-patrick.doe@ext.imt-nord-europe.fr","jean.doe@ext.imt-nord-europe.fr","patrick.doe@ext.imt-nord-europe.fr","jean.remifa.sollasi@ext.imt-nord-europe.fr","jp.doeremifasollasi@ext.imt-nord-europe.fr"));
"mailsPossibles"=>array()
// "mailsPossibles"=>array("jean-patrick.doe@ext.imt-nord-europe.fr","jean.doe@ext.imt-nord-europe.fr","patrick.doe@ext.imt-nord-europe.fr","jean.remifa.sollasi@ext.imt-nord-europe.fr","jp.doeremifasollasi@ext.imt-nord-europe.fr")
);
echo json_encode($data);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment