mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-09-05 10:42:16 +00:00
fix query format
This commit is contained in:
parent
ee3d403364
commit
acad5e14cc
@ -184,7 +184,10 @@ class Request
|
|||||||
$this->_host,
|
$this->_host,
|
||||||
$this->_port,
|
$this->_port,
|
||||||
$this->_path,
|
$this->_path,
|
||||||
$this->_query
|
$this->_query ? sprintf(
|
||||||
|
'?%s',
|
||||||
|
$this->_query
|
||||||
|
) : null
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user