boutils 10 tahun lalu
induk
melakukan
9791f741ee
1 mengubah file dengan 1 tambahan dan 4 penghapusan
  1. 1 4
      ajax/oracle.php

+ 1 - 4
ajax/oracle.php

@@ -13,10 +13,7 @@
           )";
 
 
-  if(!isset(oci_connect)) {
-    echo json_encode({error: 'No oci_connect'});
-    return;
-  }
+
 
   // Connexion au service
   $conn = oci_connect('ELIGIBILITE_R', 'H6nmb0KCwR', $db);