aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/Connecting-to-Channels.md2
-rw-r--r--mod/settings.php1
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/Connecting-to-Channels.md b/doc/Connecting-to-Channels.md
index df2c4c02f..68de9d224 100644
--- a/doc/Connecting-to-Channels.md
+++ b/doc/Connecting-to-Channels.md
@@ -5,7 +5,7 @@ Connections in Red can take on a great many different meanings. But let's keep i
First, you need to find some channels to connect to. There are two primary ways of doing this. Firstly, setting the "Can send me their channel stream and posts" permission to "Anybody in this network" will bring posts from complete strangers to your matrix. This will give you a lot of public content and should hopefully help you find interesting, entertaing people, forums, and channels.
-The next thing you can do is look at the Directory. The directory is mirrored on every Red website which means searching from your own site will bring in results from the entire network. You can search by name, interest, location and keyword. This is incomplete, so we'll improve this paragraph later.
+The next thing you can do is look at the Directory. The directory is available on every Red website which means searching from your own site will bring in results from the entire network. You can search by name, interest, location and keyword. This is incomplete, so we'll improve this paragraph later.
To connect with other Red users:
diff --git a/mod/settings.php b/mod/settings.php
index 00ad94d20..6ab036437 100644
--- a/mod/settings.php
+++ b/mod/settings.php
@@ -1,5 +1,6 @@
<?php /** @file */
+require_once('include/zot.php');
function get_theme_config_file($theme){