mirror of
https://github.com/YGGverse/bdoku.git
synced 2025-02-03 10:36:29 +00:00
append project about
This commit is contained in:
parent
ae2a1cead6
commit
524767309f
@ -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…
x
Reference in New Issue
Block a user