CMXX - Consumer identity

This commit is contained in:
“VeLiTi”
2025-02-22 23:45:27 +01:00
parent 8dd7023310
commit 3182cb0b3c
10 changed files with 381 additions and 16 deletions

View File

@@ -84,7 +84,7 @@ if (isset($_GET['rowID'])) {
//GET ALL POST DATA
$payload = json_encode($attr, JSON_UNESCAPED_UNICODE);
var_dump($payload);
//API call
$responses = ioServer('/v2/translations_details', $payload);
@@ -104,8 +104,8 @@ if (isset($_GET['rowID'])) {
}
}
//header('Location: index.php?page=translation_manage&rowID='.$_GET['rowID'].'');
//exit;
header('Location: index.php?page=translation_manage&rowID='.$_GET['rowID'].'');
exit;
}
}