From 06c2d53f3a33950f506050ebbf923001372f21f2 Mon Sep 17 00:00:00 2001 From: awesomeuser Date: Wed, 2 Aug 2023 00:00:30 +0000 Subject: [PATCH] Update index.php --- index.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 8dd0cc0..2d34d4a 100644 --- a/index.php +++ b/index.php @@ -70,6 +70,10 @@

" . $signature . "

UTC" . date("m/d/Y H:i") . "
" . htmlspecialchars($_POST["body"]) . "
" . $content; + $content = "

" . $signature . "

UTC " . date("Y/m/d H:i") . "
" . htmlspecialchars($_POST["body"]) . "
" . $content; // write string back into the file $myfile = fopen("posts.txt", "w") or die("Unable to open file!");