From 429dd3aaad72ab459e39a3a2014d28084591e1fe Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Sun, 21 Feb 2021 22:31:22 +0100 Subject: [PATCH] Add eM Client --- modules/EMClient.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/EMClient.php diff --git a/modules/EMClient.php b/modules/EMClient.php new file mode 100644 index 0000000..d444df2 --- /dev/null +++ b/modules/EMClient.php @@ -0,0 +1,14 @@ +fetch('https://www.emclient.com/dist/latest/setup.msi', false)) + return $this->parse('/filename=emclient-v([\d\.]+)\.msi/'); + return false; + } +} + +?>