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!");