Add Filius
This commit is contained in:
parent
4fb93907c0
commit
8d44213768
1 changed files with 14 additions and 0 deletions
14
modules/Filius.php
Normal file
14
modules/Filius.php
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
class Filius extends PatchBase {
|
||||||
|
function __construct() {
|
||||||
|
parent::__construct('Stefan Freischlad', 'Filius', 'https://www.lernsoftware-filius.de/Herunterladen');
|
||||||
|
}
|
||||||
|
function check() : bool {
|
||||||
|
if ($this->fetch_json('https://gitlab.com/api/v4/projects/18855527/repository/tags'))
|
||||||
|
return $this->parse_json('name');
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue