Formatierungs fehler behoben

This commit is contained in:
2024-03-07 16:00:52 +01:00
parent 2994444f1a
commit 19108a9fd0

View File

@@ -78,7 +78,7 @@
global $cURL,$_csrf;
if(diveraWebLogin()){
$url = 'https://app.divera247.com/api/v2/management/export-users?type=csv&cluster_id=11643&emails=1&phonenumbers=1&qualifications=1&access=1';
$url = 'https://app.divera247.com/api/v2/management/export-users?type=csv&emails=1&phonenumbers=1&qualifications=1&access=1';
diveraWebCURL($url);
$data = curl_exec($cURL);
diveraWebLogout();