diff --git a/modules/OpenOffice4.php b/modules/OpenOffice4.php new file mode 100644 index 0000000..ee59b7b --- /dev/null +++ b/modules/OpenOffice4.php @@ -0,0 +1,15 @@ +patch->setBranch('4.0'); + } + function check() : bool { + if ($this->fetch_xml('https://ooo-updates.apache.org/aoo40/check.Update')) + return $this->parse_xml('(//inst:version)[1]'); + return false; + } +} + +?>