mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
Update placeholder image link
Apparently placehold.it has been replaced with placeholder.com
This commit is contained in:
@@ -575,7 +575,7 @@ class e_thumbnail
|
|||||||
|
|
||||||
$getsize = isset($parm['size']) ? $parm['size'] : '100x100';
|
$getsize = isset($parm['size']) ? $parm['size'] : '100x100';
|
||||||
|
|
||||||
header('location: https://placehold.it/'.$getsize);
|
header('location: https://via.placeholder.com/'.$getsize);
|
||||||
header('Content-Length: 0');
|
header('Content-Length: 0');
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user