Update index.php

This commit is contained in:
awesomeuser 2023-08-01 19:26:38 +00:00
parent a6d4971100
commit b33fdfdac2

View file

@ -39,7 +39,9 @@
<hr>
<br><br>
<?php echo readfile("posts.txt"); ?>
<?php
echo readfile("posts.txt");
?>
</div>
</body>