From eaa44c41d4debf5d66de2036ba314505ba4eb69d Mon Sep 17 00:00:00 2001 From: awesomeuser Date: Tue, 1 Aug 2023 23:43:17 +0000 Subject: [PATCH] fix --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 86ff299..1a54c08 100644 --- a/index.php +++ b/index.php @@ -89,7 +89,7 @@ if (!is_null($_POST["signature"]) && strlen($_POST["signature"]) != 0) { $signature = htmlspecialchars($_POST["signature"]); } - $content = $signature . " [UTC " . date("m/d/Y H:i") . "] " . htmlspecialchars($_POST["body"]) . "
" . $construct; + $content = $signature . " [UTC " . date("m/d/Y H:i") . "] " . htmlspecialchars($_POST["body"]) . "
" . $content; // write string back into the file $myfile = fopen("posts.txt", "w") or die("Unable to open file!");