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