From cd029e45921c2c9829f5e78c103baf92fd229c0c Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Tue, 29 Mar 2022 14:53:00 +0200 Subject: [PATCH] Memtest: parentheses from regex removed --- modules/Memtest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }