1
0
mirror of https://github.com/ShaYmez/xlxd.git synced 2026-07-25 03:24:09 -04:00

Change dashboard2 accordingly

This commit is contained in:
phl0
2017-06-12 14:34:37 +02:00
parent 41d2ae6ef4
commit 52e4e6bf3e
3 changed files with 9 additions and 6 deletions
+2 -1
View File
@@ -254,6 +254,7 @@ class xReflector {
while (($z < count($this->Flagarray[$j]['DXCC'])) && (!$FoundFlag)) {
if (trim($Prefix) == trim($this->Flagarray[$j]['DXCC'][$z])) {
$Image = $this->Flagarray[$j]['ISO'];
$Name = $this->Flagarray[$j]['Country'];
$FoundFlag = true;
}
$z++;
@@ -263,7 +264,7 @@ class xReflector {
$Letters--;
}
return strtolower($Image);
return array(strtolower($Image), $Name);
}
public function GetModules() {