A lot of changes (that shouldn't, hopefully be breaking)
This commit is contained in:
@@ -15,6 +15,7 @@ $stmt = $conn->prepare("
|
||||
$stmt->bind_param("i", $targetId);
|
||||
$stmt->execute();
|
||||
$result = $stmt->get_result();
|
||||
$stmt->close();
|
||||
|
||||
echo encrypt(json_encode(array_map(
|
||||
function ($row) {
|
||||
|
||||
Reference in New Issue
Block a user