andre пре 1 година
родитељ
комит
2ecc267eb4
1 измењених фајлова са 8 додато и 0 уклоњено
  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 {