diff --git a/modules/Memtest.php b/modules/Memtest.php index 7209400..bfecb5a 100644 --- a/modules/Memtest.php +++ b/modules/Memtest.php @@ -6,7 +6,7 @@ class Memtest extends PatchBase { } function check() : bool { if ($this->fetch('https://www.memtest.org/')) - return $this->parse('/>LATEST\s+VERSION : ([\d\.]+[a-z]?)parse('/LATEST\s+VERSION : ([\d\.]+[a-z]?)/'); return false; } }