fix: case sensitive for filename

This commit is contained in:
Minh Cuong Tran
2024-02-27 13:18:01 +01:00
committed by GitHub
parent a4d8455e5a
commit ec786d2956
+1 -1
View File
@@ -399,7 +399,7 @@ class StaticQrcode {
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']);