Update index.php
This commit is contained in:
parent
a6d4971100
commit
b33fdfdac2
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,9 @@
|
|||
<hr>
|
||||
<br><br>
|
||||
|
||||
<?php echo readfile("posts.txt"); ?>
|
||||
<?php
|
||||
echo readfile("posts.txt");
|
||||
?>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
|
Reference in a new issue