- <?php
- json::create("salaries");
- json::create("excel");
- json::create("excel-proweb");
- json::create("events");
- json::create("users");
- json::create("salaries-proweb");
- json::create("lotterys");
- alert::recSuccess("Réinitialisation des JSON réalisé avec succès");
- header("Location: /parametres.html");
- exit();
|