add delay for loading
This commit is contained in:
parent
6469b8348f
commit
f84261c1c7
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
// read from file
|
// read from file
|
||||||
|
sleep(0.5);
|
||||||
$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);
|
||||||
|
|
Reference in a new issue