maj.php 241 B

123456789101112131415
  1. <?php
  2. function goSql(){
  3. /*
  4. try {
  5. db::query("INSERT INTO `user_type` (`id`, `type`) VALUES ('4', 'Modérateur du CMS')");
  6. db::execute();
  7. } catch (\Throwable $th) {
  8. return FALSE;
  9. }
  10. */
  11. return TRUE;
  12. }