Remove Governikus
This commit is contained in:
parent
163bdd9033
commit
13be05bafa
1 changed files with 0 additions and 14 deletions
|
|
@ -1,14 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
class Governikus extends PatchBase {
|
|
||||||
function __construct() {
|
|
||||||
parent::__construct('Governikus KG', 'Governikus Communicator Justiz Edition', 'https://www.governikus.de/governikus-communicator-justiz-edition/');
|
|
||||||
}
|
|
||||||
function check() : bool {
|
|
||||||
if ($this->fetch('https://www.governikus.de/governikus-communicator-justiz-edition/'))
|
|
||||||
return $this->parse('#//www\.governikus\.de/wp-content/uploads/GOVERNIKUS_COMMUNICATOR_JUSTIZ_EDITION_Releaseuebersicht_([\d]+)[-\d]*\.pdf#');
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue