sleepy
This commit is contained in:
parent
f84261c1c7
commit
d7ce2d5607
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue