1
0
mirror of https://github.com/ShaYmez/xlxd.git synced 2024-12-23 01:55:49 -05: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++) {
if ($Name === $XML->GetElement($Reflectors[$j], "name")) {
$URL = $XML->GetElement($Reflectors[$j], "dashboardurl");
break;
}
}
if ($URL) {