Add TFTPD32
This commit is contained in:
parent
9cfef766b1
commit
29dc19b76a
1 changed files with 14 additions and 0 deletions
14
modules/TFTPD32.php
Normal file
14
modules/TFTPD32.php
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
class TFTPD32 extends PatchBase {
|
||||||
|
function __construct() {
|
||||||
|
parent::__construct('Philippe Jounin', 'TFTPD64', 'https://tftpd32.jounin.net/tftpd32_download.html');
|
||||||
|
}
|
||||||
|
function check() : bool {
|
||||||
|
if ($this->fetch('https://tftpd32.jounin.net/tftpd32_news.html'))
|
||||||
|
return $this->parse('/<td>Version ([\d\.]+)<\/td>/');
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue