From 21617be0450fe8b34ff82e21d189f76c2e2f58bd Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Wed, 26 Feb 2025 17:20:04 +0100 Subject: [PATCH] Add Tomcat 9 --- modules/Tomcat9.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 modules/Tomcat9.php diff --git a/modules/Tomcat9.php b/modules/Tomcat9.php new file mode 100644 index 0000000..c40d224 --- /dev/null +++ b/modules/Tomcat9.php @@ -0,0 +1,15 @@ +patch->setBranch('9'); + } + function check() : bool { + if ($this->fetch('https://tomcat.apache.org/download-90.cgi')) + return $this->parse('/id="([\d\.]+)"/'); + return false; + } +} + +?>