This commit is contained in:
awesomeuser 2023-08-04 17:06:22 +00:00
parent 8aad25bb31
commit 46cbe7cca8

View file

@ -214,7 +214,7 @@
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>alert('testing testing 123')</script>";
$index++; $index++;
} }