diff --git a/server/cn/home/www/functions.php b/server/cn/home/www/functions.php index 0fbbada..0f677a2 100644 --- a/server/cn/home/www/functions.php +++ b/server/cn/home/www/functions.php @@ -421,7 +421,7 @@ function get_from(){ function get_from_domain(){ $str = str_replace("http://","",get_from()); - $str = str_replace("https://","",get_from()); + $str = str_replace("https://","",$str); $strdomain = explode("/",$str); return $strdomain[0]; }