diff --git a/modules/MSOffice2024.php b/modules/MSOffice2024.php deleted file mode 100644 index 9f8e394..0000000 --- a/modules/MSOffice2024.php +++ /dev/null @@ -1,17 +0,0 @@ -patch->setBranch('Retail'); - } - function check() : bool { - if ($this->fetch('https://docs.microsoft.com/en-us/officeupdates/update-history-office-2024')) { - $this->str_crop('retail-versions-of-office-2024', ''); - return $this->parse('/Version ([\d]+ \(Build [\d\.]+\))/'); - } - return false; - } -} - -?> diff --git a/modules/MSOffice2024VL.php b/modules/MSOffice2024VL.php deleted file mode 100644 index 647b92c..0000000 --- a/modules/MSOffice2024VL.php +++ /dev/null @@ -1,17 +0,0 @@ -patch->setBranch('Volume License'); - } - function check() : bool { - if ($this->fetch('https://docs.microsoft.com/en-us/officeupdates/update-history-office-2024')) { - $this->str_crop('volume-licensed-versions-of-office-ltsc-2024', ''); - return $this->parse('/Version ([\d]+ \(Build [\d\.]+\))/'); - } - return false; - } -} - -?>