cms.parametres-json-refresh.php 562 B

12345678910111213141516171819202122
  1. <?php
  2. json::create("salaries");
  3. json::create("excel");
  4. json::create("excel-proweb");
  5. json::create("events");
  6. json::create("users");
  7. json::create("salaries-proweb");
  8. json::create("lotterys");
  9. historique::recRef("/parametres.html");
  10. historique::add(array(
  11. "idType" => historique::getIdRef("ACTION"),
  12. "idUser" => session::getId(),
  13. "idPage" => historique::getIdRef("/parametres.html"),
  14. "log" => "Réinitialisation des JSON"
  15. ));
  16. alert::recSuccess("Réinitialisation des JSON réalisé avec succès");
  17. header("Location: /parametres.html");
  18. exit();