This commit is contained in:
awesomeuser 2023-08-01 23:36:14 +00:00
parent f84261c1c7
commit d7ce2d5607

View file

@ -99,7 +99,7 @@
<?php <?php
// read from file // read from file
sleep(0.5); sleep(3);
$myfile = fopen("posts.txt", "r") or die("Unable to open file!"); $myfile = fopen("posts.txt", "r") or die("Unable to open file!");
echo fread($myfile,filesize("posts.txt")); echo fread($myfile,filesize("posts.txt"));
fclose($myfile); fclose($myfile);