From 64cf1615084aea634e19b694f9d377139940a206 Mon Sep 17 00:00:00 2001 From: woon Date: Wed, 12 Apr 2023 14:26:16 +0800 Subject: [PATCH] update --- public/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.php b/public/index.php index c8b1fc3..8d10035 100644 --- a/public/index.php +++ b/public/index.php @@ -299,6 +299,7 @@ function init() $stmt = get_db()->prepare("SELECT * FROM files WHERE uuid=:uuid LIMIT 1"); $stmt->bindParam(':uuid', $id); + $stmt->execute(); $row = $stmt->fetch(PDO::FETCH_ASSOC);