Sort names

This commit is contained in:
Jonathan Flueren 2023-08-17 17:11:50 +02:00
parent 840ef38779
commit 522a49a7f6

View file

@ -61,7 +61,7 @@ http_response_code(200);
$present = array(
"timestamp" => time(),
"names" => $decoded
"names" => sort($decoded)
);
file_put_contents($present_file, json_encode($present));