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