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
// read from file
sleep(0.5);
sleep(3);
$myfile = fopen("posts.txt", "r") or die("Unable to open file!");
echo fread($myfile,filesize("posts.txt"));
fclose($myfile);