mirror of
https://github.com/YGGverse/bdoku.git
synced 2026-03-31 09:45:31 +00:00
append project about
This commit is contained in:
parent
ae2a1cead6
commit
524767309f
2 changed files with 5 additions and 1 deletions
|
|
@ -20,8 +20,9 @@
|
|||
},
|
||||
"string":
|
||||
{
|
||||
"actions":"Actions",
|
||||
"main":"Main page",
|
||||
"source":"Source",
|
||||
"actions":"Actions"
|
||||
"about":"=> https://github.com/YGGverse/dokuwiki-gemini-server GitHub"
|
||||
}
|
||||
}
|
||||
|
|
@ -149,6 +149,9 @@ $server->setHandler(
|
|||
$config->string->source
|
||||
);
|
||||
|
||||
// Append about info
|
||||
$lines[] = $config->string->about;
|
||||
|
||||
// Merge data lines
|
||||
$data = implode(
|
||||
PHP_EOL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue