[FIX] removed echo
This commit is contained in:
parent
5c21e445d1
commit
8bb4f04f83
@ -63,7 +63,6 @@ for( $i=0; $i<count($entwicklung); $i++ ) {
|
|||||||
break;
|
break;
|
||||||
case "TP-Link":
|
case "TP-Link":
|
||||||
$router_tmp[$x]['version'] = substr($files[$entwicklung[$i]][$installation[$j]][$x], strripos($files[$entwicklung[$i]][$installation[$j]][$x], "v"), -4-$offset_sysupgrade[$j]);
|
$router_tmp[$x]['version'] = substr($files[$entwicklung[$i]][$installation[$j]][$x], strripos($files[$entwicklung[$i]][$installation[$j]][$x], "v"), -4-$offset_sysupgrade[$j]);
|
||||||
echo($router_tmp[$x]['version']);
|
|
||||||
if(strlen($router_tmp[$x]['version']) >= 5) {
|
if(strlen($router_tmp[$x]['version']) >= 5) {
|
||||||
$router_tmp[$x]['version'] = "Alle";
|
$router_tmp[$x]['version'] = "Alle";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user