From e0faa2e81e727c8506dc16760cfc5f0cb2542faa Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Mon, 2 Aug 2021 15:29:38 +0200 Subject: [PATCH] Remove Citrix Receiver --- modules/CitrixReceiverLTSR.php | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 modules/CitrixReceiverLTSR.php diff --git a/modules/CitrixReceiverLTSR.php b/modules/CitrixReceiverLTSR.php deleted file mode 100644 index ed3ba6c..0000000 --- a/modules/CitrixReceiverLTSR.php +++ /dev/null @@ -1,15 +0,0 @@ -patch->setBranch('LTSR'); - } - function check() : bool { - if ($this->fetch('https://www.citrix.com/downloads/citrix-receiver/windows-ltsr/')) - return $this->parse('/\/receiver-for-windows-ltsr-latest.html">Receiver ([\d\.]+) for Windows/'); - return false; - } -} - -?>