Remove RVTools

This commit is contained in:
Steffen Lange 2024-02-12 16:16:09 +01:00
parent e020f10c14
commit af05bcd605

View file

@ -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;
}
}
?>