Ver Fonte

wesmiler

wesmiler há 5 anos atrás
pai
commit
c869bd557c
1 ficheiros alterados com 1 adições e 0 exclusões
  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);