mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-12 07:48:34 +00:00
fix extension to webp
This commit is contained in:
parent
18edb66ab0
commit
74578b7aad
@ -16,7 +16,7 @@ if (isset($_GET['q'])) {
|
||||
|
||||
if (WEBSITE_IDENTICON_IMAGE_CACHE) {
|
||||
|
||||
$filename = dirname(__FILE__) . '/../storage/cache/' . $hash . '.png';
|
||||
$filename = dirname(__FILE__) . '/../storage/cache/' . $hash . '.webp';
|
||||
|
||||
if (!file_exists($filename)) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user