1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 20:57:26 +02:00

Use https for placehold.

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

View File

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