From 859d8b60f957077ae874c3b74916eb0f4907e6bc Mon Sep 17 00:00:00 2001 From: w1bsb Date: Sat, 26 Mar 2022 17:10:13 -0400 Subject: [PATCH] Fix default interlink file, title in index page. --- dashboard/index.php | 2 +- dashboard/pgs/config.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/index.php b/dashboard/index.php index d2cb023..d8b09a5 100644 --- a/dashboard/index.php +++ b/dashboard/index.php @@ -86,7 +86,7 @@ if ($CallingHome['Active']) { - <?php echo str_replace("XLX", "URF", $Reflector->GetReflectorName()); ?>Universal Reflector + <?php echo str_replace("XLX", "URF", $Reflector->GetReflectorName()); ?> Universal Reflector diff --git a/dashboard/pgs/config.inc.php b/dashboard/pgs/config.inc.php index ee027e0..9fa7939 100644 --- a/dashboard/pgs/config.inc.php +++ b/dashboard/pgs/config.inc.php @@ -62,7 +62,7 @@ $CallingHome['Comment'] = "your_comment"; $CallingHome['HashFile'] = "/xlxd-ch/callinghome.php"; // Make sure the apache user has read and write permissions in this folder. $CallingHome['LastCallHomefile'] = "/xlxd-ch/lastcallhome.php"; // lastcallhome.php can remain in the tmp folder $CallingHome['OverrideIPAddress'] = ""; // Insert your IP address here. Leave blank for autodetection. No need to enter a fake address. -$CallingHome['InterlinkFile'] = "/usr/local/etc/xlxd.interlink"; // Path to interlink file +$CallingHome['InterlinkFile'] = "/usr/local/etc/urfd.interlink"; // Path to interlink file /* include an extra config file for people who dont like to mess with shipped config.ing.php