UVNC: fix
This commit is contained in:
parent
0459bfbeb5
commit
311846b4c9
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ class UltraVNC extends PatchBase {
|
||||||
}
|
}
|
||||||
function check() : bool {
|
function check() : bool {
|
||||||
if ($this->fetch('https://www.uvnc.com/downloads/ultravnc.html'))
|
if ($this->fetch('https://www.uvnc.com/downloads/ultravnc.html'))
|
||||||
return $this->parse('/[Ll]atest.[Vv]ersion.+[Rr]elease.([\d\.]+)/u');
|
return $this->parse('/[Ll]atest.[Rr]elease.[Vv]ersion.+[Rr]elease.([\d\.]+)/u');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue