From 5c21e445d1cf565eb4caa35d2e5f6ba04f610c32 Mon Sep 17 00:00:00 2001 From: Leo Maroni Date: Sat, 15 Sep 2018 19:43:43 +0200 Subject: [PATCH] Zyxel & AVM added + correct offset --- config.inc.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config.inc.php b/config.inc.php index 23d3965..0a7c54a 100644 --- a/config.inc.php +++ b/config.inc.php @@ -40,6 +40,12 @@ "offset_modell" => 7, "offset_version" => 4 ), + array( + "name" => "AVM", + "filename" => "avm", + "offset_modell" => 4, + "offset_version" => 4 + ), array( "name" => "Buffalo", "filename" => "buffalo", @@ -129,6 +135,12 @@ "filename" => "x86", "offset_modell" => 4, "offset_version" => 4 + ), + array( + "name" => "Zyxel", + "filename" => "zyxel", + "offset_modell" => 6, + "offset_version" => 4 ) ); $anzahl_hersteller = count($hersteller);