Revert "Instead using external API (api.qrserver.com) .. use chillerlan/php-qrcode"

This reverts commit 9b65bb8020.
This commit is contained in:
giandonato.inverso@edempg.it
2024-12-23 18:49:05 +01:00
parent 8238a81494
commit 630bbf3aea
4 changed files with 30 additions and 302 deletions
+1 -1
View File
@@ -58,7 +58,7 @@
</td>
<td><?php echo htmlspecialchars($row['filename']); ?></td>
<td><?php echo htmlspecialchars($row['type']); ?></td>
<td><?php echo htmlspecialchars_decode($row['content']); ?></td>
<td><?php echo $row['content']; ?></td>
<td>
<?php echo '<img src="'.SAVED_QRCODE_FOLDER.htmlspecialchars($row['qrcode']).'" width="100" height="100">'; ?>
</td>