From 7a92563ce575e4f2cc4bad64d00c9deee27e13c5 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Sun, 17 Jan 2021 23:19:46 +0100 Subject: [PATCH] Add FileZilla --- modules/FileZilla.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/FileZilla.php 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; + } +} + +?>