Remove Dia

This commit is contained in:
Steffen Lange 2025-11-23 13:43:23 +01:00
parent 34a1c368f0
commit c8dddea7f5

View file

@ -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;
}
}
?>