2
0

cms.parametres-json-refresh.php 312 B

1234567891011121314
  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. alert::recSuccess("Réinitialisation des JSON réalisé avec succès");
  10. header("Location: /parametres.html");
  11. exit();