Update index.php

This commit is contained in:
awesomeuser 2023-08-04 15:37:54 +00:00
parent 13f8e3c1cb
commit de3097f988

View file

@ -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;