commit
5dabeb9d65
1 changed files with 14 additions and 0 deletions
14
modules/ChemGes.php
Normal file
14
modules/ChemGes.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
class ChemGes extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('DR-Software', 'ChemGes', 'https://dr-software.com/en/');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://dr-software.com/en/'))
|
||||
return $this->parse('/Version ([\d\.]+)</');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue