function call

This commit is contained in:
awesomeuser 2023-08-04 17:04:34 +00:00
parent 7394bfe110
commit 8aad25bb31

View file

@ -213,7 +213,8 @@
echo "<div class='post'><h2>" . $line . "</h2>";
echo "<i>" . fgets($myfile) . "</i>";
echo "<canvas id='c" . $index . "' style='width: 100%;' width='128' height='64'></canvas></div>";
fgets($myfile);
echo "<script>loadImageBits('c" . $index . ", '" . fgets($myfile); . "')</script>";
$index++;
}