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

This reverts commit 630bbf3aea.
This commit is contained in:
giandonato.inverso@edempg.it
2024-12-23 18:52:11 +01:00
parent 630bbf3aea
commit 531820e2a8
4 changed files with 303 additions and 31 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 $row['content']; ?></td>
<td><?php echo htmlspecialchars_decode($row['content']); ?></td>
<td>
<?php echo '<img src="'.SAVED_QRCODE_FOLDER.htmlspecialchars($row['qrcode']).'" width="100" height="100">'; ?>
</td>