From e5492431b24a0ae8b560529539f501f90e7c3119 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Mon, 10 May 2021 18:23:10 +0200 Subject: [PATCH] Add Xming --- modules/Xming.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Xming.php diff --git a/modules/Xming.php b/modules/Xming.php new file mode 100644 index 0000000..3cdf256 --- /dev/null +++ b/modules/Xming.php @@ -0,0 +1,14 @@ +fetch('http://www.straightrunning.com/XmingCode/version.def')) + return $this->parse('/XW32_VERSION_STRING "([\d\.]+)\\\0"/'); + return false; + } +} + +?>