append project about

This commit is contained in:
ghost 2024-02-01 16:31:23 +02:00
parent ae2a1cead6
commit 524767309f
2 changed files with 5 additions and 1 deletions

View file

@ -149,6 +149,9 @@ $server->setHandler(
$config->string->source
);
// Append about info
$lines[] = $config->string->about;
// Merge data lines
$data = implode(
PHP_EOL,