Update index.php
This commit is contained in:
parent
ba04ad702d
commit
09bc22f5a0
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@
|
|||
<br><br>
|
||||
|
||||
<?php
|
||||
echo $_POST["signature"];
|
||||
echo $_POST["body"];
|
||||
echo $_POST["signature"] + "<br>";
|
||||
echo $_POST["body"] + "<br>";
|
||||
echo readfile("posts.txt");
|
||||
?>
|
||||
</div>
|
||||
|
|
Reference in a new issue