1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-22 05:31:58 +02:00

Use https for placehold.

This commit is contained in:
Cameron 2017-01-17 12:48:45 -08:00
parent 8deaa4e851
commit c55d04b37f

@ -472,7 +472,7 @@ class e_thumbpage
{
$getsize = isset($parm['size']) ? $parm['size'] : '100x100';
header('location: http://placehold.it/'.$getsize);
header('location: https://placehold.it/'.$getsize);
header('Content-Length: 0');
exit();
}