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; }