1
0

Datum vom ersten Datenpunkt im Test nehmen; Startseite hübscher

This commit is contained in:
Anna Christina Naß
2025-07-15 17:45:51 +02:00
parent 3db8f20f27
commit fdc2eb6c07
4 changed files with 12 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
<?php
function return_success() {
return json_encode(['status' => 'success', 'message' => 'OK']);
function return_success($msg = 'OK') {
return json_encode(['status' => 'success', 'message' => $msg]);
}
function return_error($code, $msg) {