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