mirror of
https://github.com/LX3JL/xlxd.git
synced 2026-04-04 14:07:31 +00:00
Remove superflous break
This commit is contained in:
parent
bec01172a1
commit
d71ed905e0
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue