dever 6 年之前
父節點
當前提交
3d5c8f9165
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;