forgot a single $

This commit is contained in:
awesomeuser 2023-08-04 16:41:39 +00:00
parent 3ae452806b
commit 227273d52a

View file

@ -214,7 +214,7 @@
echo "<i>" . fgets($myfile) . "</i>";
echo "<canvas id=\"c" . $index . "\" onload='loadImageBits(\"c" . $index . "\", " . fgets($myfile) . ")' style='width: 100%;' width='128' height='64'></canvas></div>";
index++;
$index++;
}
fclose($myfile);