diff options
author | root <root@itinerariummentis.org> | 2024-06-06 08:56:17 +0000 |
---|---|---|
committer | root <root@itinerariummentis.org> | 2024-06-06 08:56:17 +0000 |
commit | 7fb8b2adfd840bba7ec2a345c8868508337b2412 (patch) | |
tree | 768d60b952943fcfba0404a12b580435bc29df2e /data/config.php | |
parent | b492ef2329ef918b0b40f3090b4bdc3681e3fd09 (diff) |
customize
Diffstat (limited to 'data/config.php')
-rw-r--r-- | data/config.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/config.php b/data/config.php index 13be0f4..450b6cc 100644 --- a/data/config.php +++ b/data/config.php @@ -8,7 +8,7 @@ class config{ const VERSION = 8; // Will be shown pretty much everywhere. - const SERVER_NAME = "4get"; + const SERVER_NAME = "4get.itmens"; // Will be shown in <meta> tag on home page const SERVER_SHORT_DESCRIPTION = "They live in our walls!"; @@ -81,6 +81,7 @@ class config{ // To appear in the list of an instance, contact the host and if everyone added // eachother your serber should appear everywhere. const INSTANCES = [ + "https://searx.itinerariummentis.org", "https://4get.ca", "https://4get.zzls.xyz", "https://4getus.zzls.xyz", |