dever 6 năm trước cách đây
mục cha
commit
3d5c8f9165
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      main/lib/Core.php

+ 1 - 1
main/lib/Core.php

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