Remove RVTools
This commit is contained in:
parent
e020f10c14
commit
af05bcd605
1 changed files with 0 additions and 14 deletions
|
|
@ -1,14 +0,0 @@
|
|||
<?php
|
||||
|
||||
class RVTools extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('Rob de Veij', 'RVTools', 'https://www.robware.net/rvtools/download/');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://www.robware.net/rvtools/'))
|
||||
return $this->parse('/Latest Version: ([\d.]+)/');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue