From 1d23855343f517457da1188f5f4f4494601504c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Thu, 25 Apr 2024 23:29:29 +0200 Subject: [PATCH] MEME --- lib/upload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/upload.php b/lib/upload.php index 4a02e80..15a6bf9 100644 --- a/lib/upload.php +++ b/lib/upload.php @@ -190,10 +190,10 @@ function fileExists(int $fileId, bool $onlyMine = true): bool|string } else { $stmtfileexists->bind_param('i', $fileId); } - echo "aaddaad"; $filePath = ""; $stmtfileexists->bind_result($filePath); $stmtfileexists->execute(); + echo "preco"; if ($stmtfileexists->num_rows > 0){ return $filePath; }