|
@@ -48,7 +48,7 @@ class Core
|
|
//$pic = Dever::pic($pic, $type);
|
|
//$pic = Dever::pic($pic, $type);
|
|
|
|
|
|
if (strstr($pic, 'http://')) {
|
|
if (strstr($pic, 'http://')) {
|
|
- //$pic = str_replace('http://', 'https://', $pic);
|
|
|
|
|
|
+ $pic = str_replace('http://', 'https://', $pic);
|
|
}
|
|
}
|
|
|
|
|
|
return $pic;
|
|
return $pic;
|