diff --git a/modules/Tomcat10.php b/modules/Tomcat10.php deleted file mode 100644 index 5cd088a..0000000 --- a/modules/Tomcat10.php +++ /dev/null @@ -1,15 +0,0 @@ -patch->setBranch('10'); - } - function check() : bool { - if ($this->fetch('https://tomcat.apache.org/download-10.cgi')) - return $this->parse('/id="([\d\.]+)"/'); - return false; - } -} - -?> diff --git a/modules/Tomcat11.php b/modules/Tomcat11.php deleted file mode 100644 index 545e0c2..0000000 --- a/modules/Tomcat11.php +++ /dev/null @@ -1,15 +0,0 @@ -patch->setBranch('11'); - } - function check() : bool { - if ($this->fetch('https://tomcat.apache.org/download-11.cgi')) - return $this->parse('/id="([\d\.]+)"/'); - return false; - } -} - -?> diff --git a/modules/Tomcat9.php b/modules/Tomcat9.php deleted file mode 100644 index c40d224..0000000 --- a/modules/Tomcat9.php +++ /dev/null @@ -1,15 +0,0 @@ -patch->setBranch('9'); - } - function check() : bool { - if ($this->fetch('https://tomcat.apache.org/download-90.cgi')) - return $this->parse('/id="([\d\.]+)"/'); - return false; - } -} - -?>