Tftpd32: Rename class
This commit is contained in:
parent
29dc19b76a
commit
228881763e
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
class TFTPD32 extends PatchBase {
|
class Tftpd32 extends PatchBase {
|
||||||
function __construct() {
|
function __construct() {
|
||||||
parent::__construct('Philippe Jounin', 'TFTPD64', 'https://tftpd32.jounin.net/tftpd32_download.html');
|
parent::__construct('Philippe Jounin', 'Tftpd64', 'https://tftpd32.jounin.net/tftpd32_download.html');
|
||||||
}
|
}
|
||||||
function check() : bool {
|
function check() : bool {
|
||||||
if ($this->fetch('https://tftpd32.jounin.net/tftpd32_news.html'))
|
if ($this->fetch('https://tftpd32.jounin.net/tftpd32_news.html'))
|
||||||
Loading…
Add table
Add a link
Reference in a new issue