diff --git a/lib/upload.php b/lib/upload.php index 27656f8..e9cce0f 100644 --- a/lib/upload.php +++ b/lib/upload.php @@ -198,6 +198,7 @@ function fileExists(int $fileId, bool $onlyMine = true): bool|string } else { return false; + echo "why"; } }