diff --git a/README.md b/README.md index 1f708a3..3ca4296 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,4 @@ cd /var/www/html/include sudo cp config.inc.php.dist config.inc.php ``` -- **include/config.inc.php** - At a minimum set your email address, country and comment. **Do not** enable the calling home feature. This feature is not appropriate for mrefd. \ No newline at end of file +- **include/config.inc.php** - At a minimum set your email address, IPv4, IPv6, country and comment. **Do not** enable the calling home feature. This feature is not appropriate for mrefd. \ No newline at end of file diff --git a/include/config.inc.php.dist b/include/config.inc.php.dist index 357ee44..7f4676a 100644 --- a/include/config.inc.php.dist +++ b/include/config.inc.php.dist @@ -18,7 +18,7 @@ $PageOptions['ContactEmail'] = 'your_email'; $PageOptions['IPV4'] = 'refl_ipv4_address'; // Reflector IPV4 Address $PageOptions['IPV6'] = 'refl_ipv6_address'; // Reflector IPV6 Address - if none use NONE -$PageOptions['DashboardVersion'] = '1.0.0'; // Dashboard Version +$PageOptions['DashboardVersion'] = '1.0.1'; // Dashboard Version $PageOptions['PageRefreshActive'] = true; // Activate automatic refresh $PageOptions['PageRefreshDelay'] = '10000'; // Page refresh time in miliseconds diff --git a/include/users.php b/include/users.php index 5306a90..0fa2aa2 100644 --- a/include/users.php +++ b/include/users.php @@ -130,7 +130,7 @@ for ($i=0;$i<$Reflector->StationCount();$i++) { list ($Flag, $Name) = $Reflector->GetFlag($Reflector->Stations[$i]->GetCallSign()); if (file_exists("./images/flags/" . $Flag . ".svg")) { - echo '' . $Name . '' . $Name . ''; + echo '' . $Name . '' . $Name . ''; } echo ' ' . $Reflector->Stations[$i]->GetCallsignOnly() . '