Add the fip1x series provision template of flyingvoice and the vender of flyingvoice on the web. (#5996)

* Add fip1x series of flyingvoice  in the provision

* Fix boot file of flyingvoice does not take effect.
This commit is contained in:
Vincent
2021-08-27 23:39:10 +08:00
committed by GitHub
parent a838b116ca
commit c2772dc4c7
38 changed files with 22302 additions and 1 deletions

View File

@@ -156,6 +156,9 @@ include "root.php";
case "0080f0":
$device_vendor = "panasonic";
break;
case "0021f2":
$device_vendor = "flyingvoice";
break;
default:
$device_vendor = "";
}
@@ -215,6 +218,9 @@ include "root.php";
if (preg_replace('/^.*?(fanvil).*$/i', '$1', $agent) == "fanvil") {
return "fanvil";
}
if (preg_replace('/^.*?(flyingvoice).*$/i', '$1', $agent) == "flyingvoice") {
return "flyingvoice";
}
// unknown vendor
return "";
}