forked from Adleraci/adlerka.top
MEME
This commit is contained in:
parent
cd240b7d9f
commit
afbeff1b08
@ -194,6 +194,7 @@ function fileExists(int $fileId, bool $onlyMine = true): bool|string
|
||||
$id = -1;
|
||||
$stmtfileexists->bind_result($id, $filePath);
|
||||
$stmtfileexists->execute();
|
||||
$stmtfileexists->fetch();
|
||||
if ($id != -1){
|
||||
return $filePath;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user