diff --git a/modules/FileZilla.php b/modules/FileZilla.php new file mode 100644 index 0000000..7c1f01a --- /dev/null +++ b/modules/FileZilla.php @@ -0,0 +1,14 @@ +fetch('https://filezilla-project.org/download.php?show_all=1')) + return $this->parse('/
The latest stable version of FileZilla Client is ([\d\.]+)<\/p>/'); + return false; + } +} + +?>