no need for svg width, bump patch version

pull/2/head
kc1awv 2020-10-20 17:57:56 -04:00
parent f911a34cb3
commit 42656de26a
3 changed files with 3 additions and 3 deletions

View File

@ -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.
- **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.

View File

@ -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

View File

@ -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 '<a href="#" class="tip"><img src="./images/flags/' . $Flag . '.svg" class="table-flag" alt="' . $Name . '" width="32"><span>' . $Name . '</span></a>';
echo '<a href="#" class="tip"><img src="./images/flags/' . $Flag . '.svg" class="table-flag" alt="' . $Name . '"><span>' . $Name . '</span></a>';
}
echo '</td>
<td><a href="https://www.qrz.com/db/' . $Reflector->Stations[$i]->GetCallsignOnly() . '" class="pl" target="_blank">' . $Reflector->Stations[$i]->GetCallsignOnly() . '</a></td>