From bf22fe85baafb194a4cfa64667c1ce1c2de7e215 Mon Sep 17 00:00:00 2001 From: kc1awv Date: Thu, 22 Oct 2020 13:43:04 -0400 Subject: [PATCH] config updates --- include/config.inc.php.dist | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/config.inc.php.dist b/include/config.inc.php.dist index 5aeeaa5..4ef6ffd 100644 --- a/include/config.inc.php.dist +++ b/include/config.inc.php.dist @@ -48,7 +48,7 @@ $PageOptions['ModuleNames']['D'] = ''; $PageOptions['MetaDescription'] = 'MREFD is an M17 Reflector System for Ham Radio Operators.'; // Meta Tag Values, useful for Search Engines $PageOptions['MetaKeywords'] = 'Ham Radio, M17, XReflector, '; // Meta Tag Values, useful for Search Engines -$PageOptions['MetaAuthor'] = 'N7TAE'; // Meta Tag Values, useful for Search Engines +$PageOptions['MetaAuthor'] = 'N7TAE, KC1AWV'; // Meta Tag Values, useful for Search Engines $PageOptions['MetaRevisit'] = 'After 30 Days'; // Meta Tag Values, useful for Search Engines $PageOptions['MetaRobots'] = 'index,follow'; // Meta Tag Values, useful for Search Engines @@ -57,6 +57,7 @@ $PageOptions['UserPage']['ShowFilter'] = true; $Service['PIDFile'] = '/var/run/mrefd.pid'; $Service['XMLFile'] = '/var/log/mrefd.xml'; +/* Do we really want to keep this? Let's disable it for now. $CallingHome['Active'] = false; // xlx phone home, true or false $CallingHome['MyDashBoardURL'] = 'http://your_dashboard'; // dashboard url $CallingHome['ServerURL'] = 'http://xlxapi.rlx.lu/api.php'; // database server, do not change !!!! @@ -66,7 +67,7 @@ $CallingHome['Comment'] = "your_comment"; $CallingHome['HashFile'] = "/tmp/callinghome.php"; // Make sure the apache user has read and write permissions in this folder. $CallingHome['OverrideIPAddress'] = ""; // Insert your IP address here. Leave blank for autodetection. No need to enter a fake address. $CallingHome['InterlinkFile'] = "/usr/local/etc/mrefd.linklist"; // Path to interlink file - +*/ /* include an extra config file for people who dont like to mess with shipped config.inc.php