From 0ed56aa52602758bf1e1f06239b2db0d849da8c6 Mon Sep 17 00:00:00 2001 From: kc1awv Date: Thu, 22 Oct 2020 14:01:45 -0400 Subject: [PATCH] update README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5b6ab9..a035b7d 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,18 @@ cd /var/www/html/include sudo cp config.inc.php.dist config.inc.php ``` +### Customizations +- Homepage link + - edit config.ini.php to change the logo to link to your homepage. Defaults to the M17 website. +- Logo file + - place your logo in /images (SVG preferred) and edit config.ini.php to change the logo image. Defaults to the M17 logo. + ### Files to edit - **include/config.inc.php** - ContactEmail - set this to the sysop's email address - IPV4 - set this to the IPv4 address of the reflector - IPV6 - set this to the IPv6 address of the reflector, if not used, enter NONE - Homepage - set this to your homepage, defaults to m17project - - Logo - set this to your logo, defaults to M17 + - Logo - set this to the filename of your logo, defaults to M17 logo **Do not** enable the calling home feature. This feature is not appropriate for mrefd. \ No newline at end of file