TotalCommander: Narrowed Regex
This commit is contained in:
parent
bdf951e1ad
commit
9eaeb5cd3c
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ class TotalCommander extends PatchBase {
|
|||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://www.ghisler.com/download.htm'))
|
||||
return $this->parse('/version ([\d\w\.]+) of/');
|
||||
return $this->parse('/version ([\d\.a-z]+) of/');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue