Remove Dia
This commit is contained in:
parent
34a1c368f0
commit
c8dddea7f5
1 changed files with 0 additions and 14 deletions
|
|
@ -1,14 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
class Dia extends PatchBase {
|
|
||||||
function __construct() {
|
|
||||||
parent::__construct('Dia Authors', 'Dia', 'http://dia-installer.de/download/index.html');
|
|
||||||
}
|
|
||||||
function check() : bool {
|
|
||||||
if ($this->fetch('http://dia-installer.de/download/index.html'))
|
|
||||||
return $this->parse('/<h3>Dia ([\d\.]+)<\/h3>/');
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue