Explorar el Código

Maj sql à changer

stany.ferer hace 1 año
padre
commit
e8184867d0
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      maj/sql/maj.php

+ 3 - 3
maj/sql/maj.php

@@ -1,15 +1,15 @@
 <?php 
 
 function goSql(){
-
+/*
     try {
         db::query("INSERT INTO `user_type` (`id`, `type`) VALUES ('4', 'Modérateur du CMS')");
         db::execute();
     } catch (\Throwable $th) {
         return FALSE;
     }
-
+*/
     return TRUE;
-    
+
 }