This commit is contained in:
icret
2022-04-13 10:15:38 +00:00
parent bf20244b64
commit 1c0a5415d0
5 changed files with 44 additions and 48 deletions

View File

@@ -1033,9 +1033,8 @@ function get_whole_url($search = null)
if ($search) {
// 返回指定符号之前
return substr($whole_domain, 0, strrpos($whole_domain, $search));
} else {
return $whole_domain;
}
return $whole_domain;
}
/**