Update index.php

This commit is contained in:
awesomeuser 2023-08-01 19:40:51 +00:00
parent ba04ad702d
commit 09bc22f5a0

View file

@ -40,8 +40,8 @@
<br><br> <br><br>
<?php <?php
echo $_POST["signature"]; echo $_POST["signature"] + "<br>";
echo $_POST["body"]; echo $_POST["body"] + "<br>";
echo readfile("posts.txt"); echo readfile("posts.txt");
?> ?>
</div> </div>