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

This commit is contained in:
Shine
2024-08-03 23:20:42 +02:00
parent 97481c2444
commit 9b65bb8020
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>