fix: case sensitive for filename

This commit is contained in:
Minh Cuong Tran
2024-02-27 13:18:52 +01:00
committed by GitHub
parent 1217e32856
commit b496e51ace
+1 -1
View File
@@ -98,7 +98,7 @@ class DynamicQrcode {
if(!isset($qrcode["id_owner"]))
$this->failure("You cannot delete this qrcode");
require_once BASE_PATH . '/lib/users/Users.php';
require_once BASE_PATH . '/lib/Users/Users.php';
$users = new Users();
$user = $users->getUser($_SESSION['user_id']);