diff --git a/modules/MikroTikRouterOS.php b/modules/MikroTikRouterOS.php index 9f7f4cb..f64f09b 100644 --- a/modules/MikroTikRouterOS.php +++ b/modules/MikroTikRouterOS.php @@ -8,7 +8,7 @@ class MikroTikRouterOS extends PatchBase { function check() : bool { if ($this->fetch('https://mikrotik.com/download')) { $this->str_crop('id="routeros"', ''); - return $this->parse('/([\d\.]+) \(Stable\)/'); + return $this->parse('/([\d\.]+) Stable<\/th>/'); } return false; }