Update
This commit is contained in:
@@ -297,6 +297,11 @@ catch (\JsonException $e)
|
||||
return;
|
||||
}
|
||||
|
||||
if ($_GET['action'] === 'disk.api.file.showPreview' && isset($storedData['preview']))
|
||||
{
|
||||
$storedData = $storedData['preview'];
|
||||
}
|
||||
|
||||
$accelRedirectPath = $storedData['path'];
|
||||
$contentType = $storedData['contentType'];
|
||||
$expirationTime = $storedData['expirationTime'];
|
||||
|
||||
Reference in New Issue
Block a user