1
0
mirror of https://github.com/ShaYmez/xlxd.git synced 2025-08-10 08:52:37 -04:00

Remove superflous break

This commit is contained in:
phl0 2016-07-29 21:54:01 +02:00
parent bec01172a1
commit d71ed905e0
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A

View File

@ -48,7 +48,6 @@ for ($i=0;$i<$Reflector->PeerCount();$i++) {
for ($j=1;$j<count($Reflectors);$j++) { for ($j=1;$j<count($Reflectors);$j++) {
if ($Name === $XML->GetElement($Reflectors[$j], "name")) { if ($Name === $XML->GetElement($Reflectors[$j], "name")) {
$URL = $XML->GetElement($Reflectors[$j], "dashboardurl"); $URL = $XML->GetElement($Reflectors[$j], "dashboardurl");
break;
} }
} }
if ($URL) { if ($URL) {