Update index.php
This commit is contained in:
parent
13f8e3c1cb
commit
de3097f988
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@
|
||||||
|
|
||||||
//<canvas id="canvas-input" width="128" height="64"></canvas>
|
//<canvas id="canvas-input" width="128" height="64"></canvas>
|
||||||
// show content
|
// show content
|
||||||
$myfile = fopen("inputfile.txt", "r") or die("Unable to open file!");
|
$myfile = fopen("posts.txt", "r") or die("Unable to open file!");
|
||||||
if ($myfile) {
|
if ($myfile) {
|
||||||
while (($line = fgets($myfile)) !== false) {
|
while (($line = fgets($myfile)) !== false) {
|
||||||
echo $line;
|
echo $line;
|
||||||
|
|
Reference in a new issue