fix in bulk action

This commit is contained in:
giandonato.inverso@edempg.it
2024-04-18 20:44:22 +02:00
parent 005c67d721
commit acebfdd708
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,6 +1,8 @@
<?php
session_start();
require_once 'config/config.php';
require_once BASE_PATH . '/lib/DynamicQrcode/DynamicQrcode.php';
require_once BASE_PATH . '/lib/StaticQrcode/StaticQrcode.php';
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
$db = getDbInstance();