diff --git a/modules/UltraVNC.php b/modules/UltraVNC.php index f5ca8f6..9cba549 100644 --- a/modules/UltraVNC.php +++ b/modules/UltraVNC.php @@ -6,7 +6,7 @@ class UltraVNC extends PatchBase { } function check() : bool { if ($this->fetch('https://uvnc.com/downloads/ultravnc.html')) - return $this->parse('/Latest release version: ([\d\.]+)/u'); + return $this->parse('/Latest release version: UltraVNC ([\d\.]+)/u'); return false; } }