1
0
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:
Moc 2021-04-17 14:04:52 +02:00
parent dc3ac65a70
commit 4ef740674c
No known key found for this signature in database
GPG Key ID: AAEA3CC2C5A308F2

View File

@ -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();
}