瀏覽代碼

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;
-    
+
 }