mirror of
https://github.com/YGGverse/bdoku.git
synced 2026-03-31 17:55:36 +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":
|
"string":
|
||||||
{
|
{
|
||||||
|
"actions":"Actions",
|
||||||
"main":"Main page",
|
"main":"Main page",
|
||||||
"source":"Source",
|
"source":"Source",
|
||||||
"actions":"Actions"
|
"about":"=> https://github.com/YGGverse/dokuwiki-gemini-server GitHub"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -149,6 +149,9 @@ $server->setHandler(
|
||||||
$config->string->source
|
$config->string->source
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// Append about info
|
||||||
|
$lines[] = $config->string->about;
|
||||||
|
|
||||||
// Merge data lines
|
// Merge data lines
|
||||||
$data = implode(
|
$data = implode(
|
||||||
PHP_EOL,
|
PHP_EOL,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue