소스 검색

Maj sql à changer

stany.ferer 1 년 전
부모
커밋
e8184867d0
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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;
-    
+
 }