Add WizTree
This commit is contained in:
parent
074e34aa00
commit
6553084a14
1 changed files with 14 additions and 0 deletions
14
modules/WizTree.php
Normal file
14
modules/WizTree.php
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
class WizTree extends PatchBase {
|
||||||
|
function __construct() {
|
||||||
|
parent::__construct('Antibody Software', 'WizTree', 'https://diskanalyzer.com/download');
|
||||||
|
}
|
||||||
|
function check() : bool {
|
||||||
|
if ($this->fetch('http://antibody-software.com/files/wiztreeversion.php'))
|
||||||
|
return $this->parse('/VERSION=([\d\.]+)/');
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue