[FIX] removed echo

This commit is contained in:
Leo Maroni 2018-09-15 19:46:35 +02:00
parent 5c21e445d1
commit 8bb4f04f83
No known key found for this signature in database
GPG Key ID: D1C3D579B60CB591

View File

@ -63,7 +63,6 @@ for( $i=0; $i<count($entwicklung); $i++ ) {
break;
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]);
echo($router_tmp[$x]['version']);
if(strlen($router_tmp[$x]['version']) >= 5) {
$router_tmp[$x]['version'] = "Alle";
}