Using for loop no longer need the $i++

This commit is contained in:
FusionPBX
2025-11-03 12:28:27 -07:00
committed by GitHub
parent ceeb720ce7
commit 745d998252

View File

@@ -688,7 +688,6 @@
if (strlen($i) == 3) {
echo " <option value='$i' ".$selected.">$i</option>\n";
}
$i++;
}
echo " </select>\n";
echo " <br />\n";