Textarea Progress

This commit is contained in:
2024-05-24 10:59:55 +02:00
parent 2680b8841e
commit 2c947a0dfa
5 changed files with 114 additions and 63 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
$_SESSION["error"] = [];
$string = file_get_contents("data.json") ?? "[]";
$json = json_decode($string);
$json = array_reverse(json_decode($string));
if (isset($_GET["p"]) && !is_numeric($_GET["p"])) {
Headers::redirect(".");