From 2a7f0882f1382c624f2f8e15ed2bf97a18219a02 Mon Sep 17 00:00:00 2001 From: awesomeuser Date: Fri, 4 Aug 2023 15:41:40 +0000 Subject: [PATCH] image-bits --- farp.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/farp.php b/farp.php index 2017bf9..7a78a29 100644 --- a/farp.php +++ b/farp.php @@ -7,7 +7,7 @@

" . $signature . "

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