Update settings.php

This commit is contained in:
Saksham Shekher 2023-01-16 20:14:42 +05:30 committed by GitHub
parent 8fb871c84c
commit a2de9b0fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,8 @@
"wikiless" => array("https://codeberg.org/orenom/wikiless", "Wikipedia"),
"quetre" => array("https://github.com/zyachel/quetre", "Quora"),
"libremdb" => array("https://github.com/zyachel/libremdb", "IMDb"),
"breezewiki" => array("https://gitdab.com/cadence/breezewiki", "Fandom")
"breezewiki" => array("https://gitdab.com/cadence/breezewiki", "Fandom"),
"anonymousoverflow" => array("https://github.com/httpjamesm/AnonymousOverflow#clearnet-instances", "StackOverflow")
);
foreach($frontends as $frontend => $info)