forked from Adleraci/adlerka.top
MEME
This commit is contained in:
parent
936e751042
commit
1d23855343
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user