This commit is contained in:
Bruno Rybársky 2024-04-26 10:43:53 +02:00
parent baddeb86ed
commit fdce25fe98

@ -198,8 +198,7 @@ function fileExists(int $fileId, bool $onlyMine = true): bool|string
if ($stmtfileexists->num_rows > 0) {
return $filePath;
} else {
echo $stmtfileexists->error;
echo $query;
echo "id: $id a path: $filePath";
return false;
}
}