CMXX - Consumer identity
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user