wesmiler 5 سال پیش
والد
کامیت
c869bd557c
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      vendor/thinkcmf/cmf/src/common.php

+ 1 - 0
vendor/thinkcmf/cmf/src/common.php

@@ -2374,6 +2374,7 @@ function strFilter($str){
  */
 function filterHtmlUrl($html){
     $ip = request()->domain();
+    echo "http://{$ip}:443";
     $html = str_replace("http://{$ip}:443", '', $html);
     $html = str_replace("http://{$ip}", '', $html);
     $html = str_replace(["http://","https://"],["//","//"], $html);