Add GCLog
This commit is contained in:
parent
228881763e
commit
b1ca930e9e
1 changed files with 14 additions and 0 deletions
14
modules/GCLog.php
Normal file
14
modules/GCLog.php
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
class GCLog extends PatchBase {
|
||||||
|
function __construct() {
|
||||||
|
parent::__construct('Steffen Lange', 'GCLog', 'https://www.gclog.de/');
|
||||||
|
}
|
||||||
|
function check() : bool {
|
||||||
|
if ($this->fetch('https://api.github.com/repos/stelas/GCLog/tags', true))
|
||||||
|
return $this->parse_json('name');
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue