andre 1 rok temu
rodzic
commit
2ecc267eb4
1 zmienionych plików z 8 dodań i 0 usunięć
  1. 8 0
      nextCloudEMailAvailable.php

+ 8 - 0
nextCloudEMailAvailable.php

@@ -101,6 +101,14 @@ if (is_null($response) == true) {
     exit;
 }
 
+logModuleCall(
+    'nextcloud',
+    __FUNCTION__,
+    $email,
+    'debug' . $nextcloudURL,
+    $response
+);
+
 if ($response->ocs->meta->statuscode != '100') {
     echo "no";
 } else {