|
|
@@ -8,6 +8,14 @@ json::create("users");
|
|
|
json::create("salaries-proweb");
|
|
|
json::create("lotterys");
|
|
|
|
|
|
+historique::recRef("/parametres.html");
|
|
|
+historique::add(array(
|
|
|
+ "idType" => historique::getIdRef("ACTION"),
|
|
|
+ "idUser" => session::getId(),
|
|
|
+ "idPage" => historique::getIdRef("/parametres.html"),
|
|
|
+ "log" => "Réinitialisation des JSON"
|
|
|
+));
|
|
|
+
|
|
|
alert::recSuccess("Réinitialisation des JSON réalisé avec succès");
|
|
|
|
|
|
header("Location: /parametres.html");
|