diff --git a/modules/ApacheDirectoryStudio.php b/modules/ApacheDirectoryStudio.php index 36f2882..881998d 100644 --- a/modules/ApacheDirectoryStudio.php +++ b/modules/ApacheDirectoryStudio.php @@ -6,7 +6,7 @@ class ApacheDirectoryStudio extends PatchBase { } function check() : bool { if ($this->fetch('https://directory.apache.org/studio/')) - return $this->parse('/>Version ([\d\.]+[-M\d]*)parse('/Download Apache
Directory Studio ([\d\.]+[-M\d]*)<\/b>/'); return false; } } diff --git a/modules/ZAP.php b/modules/ZAP.php deleted file mode 100644 index 82c1330..0000000 --- a/modules/ZAP.php +++ /dev/null @@ -1,14 +0,0 @@ -fetch_json('https://api.github.com/repos/zaproxy/zaproxy/releases/latest')) - return $this->parse_json('tag_name'); - return false; - } -} - -?>