0) { Headers::redirect("."); return; } $string = file_get_contents("../data/data.json") ?? "[]"; $json = json_decode($string); array_push($json, ["time" => $time, "title" => $title, "name" => $name, "comment" => $comment]); file_put_contents("../data/data.json", json_encode($json)); Headers::redirect("../");