mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
show geminiprotocol.net homepage on first launch
This commit is contained in:
parent
1a1924e166
commit
1cb3db9923
1 changed files with 7 additions and 2 deletions
|
|
@ -89,9 +89,14 @@ class Database
|
|||
// Initial setup
|
||||
if (!$this->_exists)
|
||||
{
|
||||
// Init welcome page
|
||||
// Add gemini protocol homepage
|
||||
$this->addSession(
|
||||
'gemini://yggverse.cities.yesterweb.org' // @TODO config
|
||||
'gemini://geminiprotocol.net/'
|
||||
);
|
||||
|
||||
// Add yggverse homepage
|
||||
$this->addSession(
|
||||
'gemini://yggverse.cities.yesterweb.org/'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue