1
0
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:
Moc
2021-04-17 14:04:52 +02:00
parent dc3ac65a70
commit 4ef740674c

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