Update webpagetool.php
This commit is contained in:
parent
3ec8ab5db5
commit
fcf23af78d
|
@ -36,9 +36,9 @@ if(!is_fn("get_web_build_qs")) {
|
|||
} else {
|
||||
$pos = strpos($url, '?');
|
||||
if ($pos === false) {
|
||||
$qs = $url . '?' . http_build_query($data);
|
||||
$qs = $url . '?' . http_build_query($data, '', '&');
|
||||
} else {
|
||||
$qs = $url . '&' . http_build_query($data);
|
||||
$qs = $url . '&' . http_build_query($data, '', '&');
|
||||
}
|
||||
}
|
||||
return $qs;
|
||||
|
|
Loading…
Reference in New Issue
Block a user