mirror of
https://github.com/YGGverse/bdoku.git
synced 2025-01-31 01:04:15 +00:00
fix response
This commit is contained in:
parent
c60d0e80a8
commit
e029894909
@ -192,15 +192,12 @@ $server->setHandler(
|
|||||||
// Append about info
|
// Append about info
|
||||||
$lines[] = $config->string->about;
|
$lines[] = $config->string->about;
|
||||||
|
|
||||||
// Merge data lines
|
// Response
|
||||||
$data = implode(
|
|
||||||
PHP_EOL,
|
|
||||||
$lines
|
|
||||||
);
|
|
||||||
|
|
||||||
// Return converted response
|
|
||||||
$response->setContent(
|
$response->setContent(
|
||||||
$gemini . $data
|
implode(
|
||||||
|
PHP_EOL,
|
||||||
|
$lines
|
||||||
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
return $response;
|
return $response;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user