bug fix in read.php, bump version in footer, NEW: bulk delete

This commit is contained in:
giandonato.inverso@edempg.it
2024-04-18 20:33:20 +02:00
parent eba0ebbba7
commit 9f2d14abf8
9 changed files with 129 additions and 57 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ $data = array (
'scan' => $db->inc(1)
);
$db->where("identifier", $_GET['id']);
$db->update (DATABASE_PREFIX.'dynamic_qrcodes', $data);
$db->update ('dynamic_qrcodes', $data);
if($qrcode['state'] == 'enable'){
echo '<meta http-equiv="refresh" content="0; URL='.$qrcode['link'].'" />';