Textarea Progress
This commit is contained in:
@@ -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(".");
|
||||
|
||||
Reference in New Issue
Block a user