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