This commit is contained in:
awesomeuser 2023-08-04 17:18:58 +00:00
parent 98e248cbc6
commit 2a0ea44622

View file

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