Add Hardcopy
This commit is contained in:
parent
cd029e4592
commit
60b865feb4
1 changed files with 14 additions and 0 deletions
14
modules/Hardcopy.php
Normal file
14
modules/Hardcopy.php
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
class Hardcopy extends PatchBase {
|
||||||
|
function __construct() {
|
||||||
|
parent::__construct('sw4you GmbH', 'Hardcopy', 'https://gen.hardcopy.de/');
|
||||||
|
}
|
||||||
|
function check() : bool {
|
||||||
|
if ($this->fetch('https://gen.hardcopy.de/std.php'))
|
||||||
|
return $this->parse('/<I>Version\s+([\d\.]+)\s*<\/I>/');
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue