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:
parent
bec01172a1
commit
d71ed905e0
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user