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:
@@ -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();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user