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